From 3ec90c4abf8e6687031d303558f2ec6ddf18910a Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Fri, 16 Jun 2017 19:31:00 +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 83b672dc..81decd67 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.2' + compile 'com.github.proxer:ProxerLibJava:3.0.3' } ``` -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. +You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.3/ProxerLibJava-3.0.3.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.2/javadoc/). +You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.3/javadoc/). ## Working on the library diff --git a/build.gradle b/build.gradle index 12ef03ea..ae0ddfbc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext { - version = '3.0.2' + version = '3.0.3' group = 'com.github.proxer' sourceCompatibility = 1.8