Skip to content

Commit

Permalink
Bump version for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Mar 24, 2019
1 parent 29e260c commit 98bcab0
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 @@ -19,7 +19,7 @@ And this to your module build.gradle:

```groovy
dependencies {
compile 'com.github.proxer:ProxerLibJava:5.0.0'
compile 'com.github.proxer:ProxerLibJava:5.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
version = "5.0.0"
version = "5.0.1"
group = "com.github.proxer"

gradleVersion = "5.3"
Expand Down

0 comments on commit 98bcab0

Please sign in to comment.