Skip to content

Commit f879632

Browse files
author
Daniel Rees
committed
Prepare version 0.3.4
1 parent 99584da commit f879632

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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.3'
69+
implementation 'com.github.dsrees:JavaPhoenixClient:0.3.4'
7070
}
7171
```
7272

build.gradle

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

1111
group 'com.github.dsrees'
12-
version '0.3.3'
12+
version '0.3.4'
1313

1414
sourceCompatibility = 1.8
1515

0 commit comments

Comments
 (0)