diff --git a/README.md b/README.md index fc1d1dd..0ae0468 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To add a dependency on Trilateration using Maven, use the following: com.lemmingapex.trilateration trilateration - 1.0.1 + 1.0.2 ``` @@ -44,7 +44,7 @@ To add a dependency using Gradle: ``` dependencies { - compile 'com.lemmingapex.trilateration:trilateration:1.0.1' + compile 'com.lemmingapex.trilateration:trilateration:1.0.2' } ``` diff --git a/build.gradle b/build.gradle index 5001821..91d0cb7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'signing' group 'com.lemmingapex.trilateration' //archivesBaseName 'Trilateration' -version '1.0.1' +version '1.0.2' def remotePublish = false