From da5cb63f1ad2c080a494b7059b9f7b0fc58f0488 Mon Sep 17 00:00:00 2001 From: Andrew Dassonville Date: Mon, 22 Jan 2018 09:16:00 -0800 Subject: [PATCH] Bump version to 0.0.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e84610..4c3c752 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ to your root build.gradle at the end of `repositories`: ```groovy allprojects { repositories { - ... + // ... maven { url 'https://jitpack.io' } } } @@ -44,6 +44,6 @@ And then add the dependency: ```groovy dependencies { - compile 'com.github.sertain:sertain:x.x.x' + compile 'com.github.sertain:sertain:0.0.2' } ``` diff --git a/build.gradle b/build.gradle index 2680569..c23fd98 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ allprojects { groupId "org.sert2521" artifactId project.name - version "0.0.1" + version "0.0.2" artifact "$buildDir/libs/${project.name}.jar" artifact sourcesJar