Skip to content

Commit 18de293

Browse files
committed
Prepare version 0.1.2
1 parent a893d5e commit 18de293

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
@@ -52,7 +52,7 @@ repositories {
5252
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
5353
```$xslt
5454
dependencies {
55-
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.1'
55+
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.2'
5656
}
5757
```
5858

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.github.dsrees'
11-
version '0.1.1'
11+
version '0.1.2'
1212

1313
sourceCompatibility = 1.8
1414

0 commit comments

Comments
 (0)