diff --git a/README.md b/README.md index 6f4e3ec..cc5da91 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Impressed? I sure was thrilled when I first wrote the library! Go ahead, downloa ### Gradle -``` -compile 'com.adarshr:raroscope:1.0.1' +```groovy +compile 'com.adarshr:raroscope:1.0.2' ``` ### Maven @@ -39,7 +39,7 @@ compile 'com.adarshr:raroscope:1.0.1' com.adarshr raroscope - 1.0.1 + 1.0.2 ``` diff --git a/gradle.properties b/gradle.properties index e2f6edc..53af585 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.0.1 +version=1.0.2 group=com.adarshr sourceCompatibility=8 targetCompatibility=8