Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Dec 28, 2020
1 parent 402bd1a commit 474e13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ And this to your module build.gradle:

```groovy
dependencies {
implementation 'com.github.proxer:ProxerLibJava:5.2.0'
implementation 'com.github.proxer:ProxerLibJava:5.2.1'
}
```

You can also download the `jar` directly
from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0/ProxerLibJava-5.2.0.jar), if you prefer.
from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1/ProxerLibJava-5.2.1.jar), if you prefer.

> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
Expand Down Expand Up @@ -271,7 +271,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve

### More

You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0/javadoc/).
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1/javadoc/).

## Working on the library

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.2.0"
version = "5.2.1"
group = "com.github.proxer"

gradleVersion = "6.7.1"
Expand Down

0 comments on commit 474e13d

Please sign in to comment.