Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 18, 2018
1 parent 037f174 commit 9153ca2
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,11 +19,11 @@ And this to your module build.gradle:

```groovy
dependencies {
compile 'com.github.proxer:ProxerLibJava:4.5.0'
compile 'com.github.proxer:ProxerLibJava:4.5.1'
}
```

You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.0/ProxerLibJava-4.5.0.jar), if you prefer.
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.1/ProxerLibJava-4.5.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 @@ -270,7 +270,7 @@ If you are using ProGuard, the following config is required:

### More

You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.0/javadoc/).
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.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 = '4.5.0'
version = '4.5.1'
group = 'com.github.proxer'

gradleVersion = '4.10.1'
Expand Down

0 comments on commit 9153ca2

Please sign in to comment.