Skip to content

Commit 98bcab0

Browse files
committed
Bump version for patch release
1 parent 29e260c commit 98bcab0

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
@@ -19,7 +19,7 @@ And this to your module build.gradle:
1919

2020
```groovy
2121
dependencies {
22-
compile 'com.github.proxer:ProxerLibJava:5.0.0'
22+
compile 'com.github.proxer:ProxerLibJava:5.0.1'
2323
}
2424
```
2525

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
version = "5.0.0"
2+
version = "5.0.1"
33
group = "com.github.proxer"
44

55
gradleVersion = "5.3"

0 commit comments

Comments
 (0)