Skip to content

Commit 15369f9

Browse files
committed
Prepare version 1.2.0
1 parent d8bbe8c commit 15369f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ repositories {
112112
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
113113
```$xslt
114114
dependencies {
115-
implementation 'com.github.dsrees:JavaPhoenixClient:1.1.5'
115+
implementation 'com.github.dsrees:JavaPhoenixClient:1.2.0'
116116
}
117117
```
118118

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: "org.jetbrains.dokka"
2525
apply plugin: "com.vanniktech.maven.publish"
2626

2727
group 'com.github.dsrees'
28-
version '1.1.5'
28+
version '1.2.0'
2929

3030
sourceCompatibility = 1.8
3131

0 commit comments

Comments
 (0)