Skip to content

Commit 0f9d111

Browse files
committed
Prepare release 0.3.2
1 parent 3a84464 commit 0f9d111

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
@@ -66,7 +66,7 @@ repositories {
6666
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
6767
```$xslt
6868
dependencies {
69-
implementation 'com.github.dsrees:JavaPhoenixClient:0.3.1'
69+
implementation 'com.github.dsrees:JavaPhoenixClient:0.3.2'
7070
}
7171
```
7272

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.github.dsrees'
12-
version '0.3.1'
12+
version '0.3.2'
1313

1414
sourceCompatibility = 1.8
1515

0 commit comments

Comments
 (0)