Skip to content

Commit aeb7a66

Browse files
committed
Release v1.0.3
1 parent 6b26395 commit aeb7a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
2121
dependencies {
22-
implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.2")
22+
implementation("com.michael-bull.kotlin-coroutines-jdbc:kotlin-coroutines-jdbc:1.0.3")
2323
}
2424
```
2525

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=com.michael-bull.kotlin-coroutines-jdbc
2-
version=1.0.3-SNAPSHOT
2+
version=1.0.3
33
description=A library for interacting with blocking JDBC drivers using Kotlin Coroutines.
44
kotlin.code.style=official

0 commit comments

Comments
 (0)