Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 1, 2017
1 parent 457a278 commit 7b100a1
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:3.0.1'
compile 'com.github.proxer:ProxerLibJava:3.0.2'
}
```

You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.1/ProxerLibJava-3.0.1.jar), if you prefer.
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.2/ProxerLibJava-3.0.2.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 @@ -261,7 +261,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/3.0.1/javadoc/).
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.2/javadoc/).

## Working on the library

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
version = '3.0.1'
version = '3.0.2'
group = 'com.github.proxer'

sourceCompatibility = 1.8
Expand Down

0 comments on commit 7b100a1

Please sign in to comment.