diff --git a/README.md b/README.md index 53076d1..3fbc49d 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ In order to use this library include in your `build.gradle` file follow repositories { mavenCentral() maven { - url 'https://raw.githubusercontent.com/C06A/artifacts/libs-snapshot' + url 'https://raw.githubusercontent.com/C06A/artifacts/libs-release' } } dependencies { - compile 'com.helpchoice.kotlin:koton:1.0-SNAPSHOT' + compile 'com.helpchoice.kotlin:koton:1.0' } ``` @@ -27,7 +27,7 @@ dependencies { com.helpchoice.kotlin koton - 1.0-SNAPSHOT + 1.0 ```