Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7279ffb

Browse filesBrowse files
committed
bump version to 2.1.26
1 parent 2e25357 commit 7279ffb
Copy full SHA for 7279ffb

File tree

2 files changed

+5
-5
lines changed
Filter options

2 files changed

+5
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines 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.16</version>
42+
<version>2.1.25</version>
4343
</dependency>
4444

4545
<!-- postgresql -->
4646
<dependency>
4747
<groupId>com.github.jasync-sql</groupId>
4848
<artifactId>jasync-postgresql</artifactId>
49-
<version>2.1.16</version>
49+
<version>2.1.25</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.16'
59+
compile 'com.github.jasync-sql:jasync-mysql:2.1.25'
6060
// postgresql
61-
compile 'com.github.jasync-sql:jasync-postgresql:2.1.16'
61+
compile 'com.github.jasync-sql:jasync-postgresql:2.1.25'
6262
}
6363
```
6464

‎build.gradle.kts

Copy file name to clipboardExpand all lines: build.gradle.kts
+1-1Lines 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.1.25"
27+
version = "2.1.26"
2828

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.