We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d3848 commit db1769fCopy full SHA for db1769f
README.md
@@ -65,7 +65,7 @@ repositories {
65
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
66
```$xslt
67
dependencies {
68
- implementation 'com.github.dsrees:JavaPhoenixClient:0.1.2'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.1.3'
69
}
70
```
71
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
group 'com.github.dsrees'
11
-version '0.1.2'
+version '0.1.3'
12
13
sourceCompatibility = 1.8
14
0 commit comments