Skip to content

Commit

Permalink
Prepare version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed May 14, 2019
1 parent 3179fae commit 4c7db7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
```$xslt
dependencies {
implementation 'com.github.dsrees:JavaPhoenixClient:0.2.1'
implementation 'com.github.dsrees:JavaPhoenixClient:0.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'com.github.dsrees'
version '0.2.1'
version '0.2.2'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 4c7db7a

Please sign in to comment.