From 7b100a17efa86db9f13fd554b753636936c86e7d Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Thu, 1 Jun 2017 21:33:33 +0200 Subject: [PATCH] Bump version --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 889ca9d7..6d825e03 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/build.gradle b/build.gradle index f4b08ac0..e1bc95e0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext { - version = '3.0.1' + version = '3.0.2' group = 'com.github.proxer' sourceCompatibility = 1.8