8000 bump version to 2.2.1 · jasync-sql/jasync-sql@c1dc279 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c1dc279

Browse files
committed
bump version to 2.2.1
1 parent 76ce451 commit c1dc279

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
3939
<dependency>
4040
<groupId>com.github.jasync-sql</groupId>
4141
<artifactId>jasync-mysql</artifactId>
42-
<version>2.1.25</version>
42+
<version>2.2.0</version>
4343
</dependency>
4444

4545
<!-- postgresql -->
4646
<dependency>
4747
<groupId>com.github.jasync-sql</groupId>
4848
<artifactId>jasync-postgresql</artifactId>
49-
<version>2.1.25</version>
49+
<version>2.2.0</version>
5050
</dependency>
5151

5252
```
@@ -56,9 +56,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
5656
```gradle
5757
dependencies {
5858
// mysql
59-
compile 'com.github.jasync-sql:jasync-mysql:2.1.25'
59+
compile 'com.github.jasync-sql:jasync-mysql:2.2.0'
6060
// postgresql
61-
compile 'com.github.jasync-sql:jasync-postgresql:2.1.25'
61+
compile 'com.github.jasync-sql:jasync-postgresql:2.2.0'
6262
}
6363
```
6464

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply(plugin = "io.github.gradle-nexus.publish-plugin")
2424
allprojects {
2525

2626
group = "com.github.jasync-sql"
27-
version = "2.2.0"
27+
version = "2.2.1"
2828

2929
apply(plugin = "kotlin")
3030
apply(plugin = "maven-publish")

0 commit comments

Comments
 (0)
0