Skip to content

Commit db1769f

Browse files
committed
Prepare release 0.1.3
1 parent 70d3848 commit db1769f

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
@@ -65,7 +65,7 @@ repositories {
6565
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
6666
```$xslt
6767
dependencies {
68-
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.2'
68+
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.3'
6969
}
7070
```
7171

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

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

1313
sourceCompatibility = 1.8
1414

0 commit comments

Comments
 (0)