Skip to content

Commit edd2bf3

Browse files
committed
Prepare version 0.4.1
1 parent de13cd9 commit edd2bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.0'
69+
implementation 'com.github.dsrees:JavaPhoenixClient:0.4.1'
7070
}
7171
```
7272

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: "org.jetbrains.dokka"
2525
apply plugin: "com.vanniktech.maven.publish"
2626

2727
group 'com.github.dsrees'
28-
version '0.4.0'
28+
version '0.4.1'
2929

3030
sourceCompatibility = 1.8
3131

0 commit comments

Comments
 (0)