Skip to content

Commit

Permalink
Prepare version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Nov 24, 2023
1 parent 95663f6 commit f635586
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 @@ -112,7 +112,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:1.2.0'
implementation 'com.github.dsrees:JavaPhoenixClient:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: "org.jetbrains.dokka"
apply plugin: "com.vanniktech.maven.publish"

group 'com.github.dsrees'
version '1.2.0'
version '1.3.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit f635586

Please sign in to comment.