Skip to content

Commit

Permalink
Correct README for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.B committed Mar 7, 2018
1 parent 4209c48 commit 34a7768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```
Expand All @@ -27,7 +27,7 @@ dependencies {
<dependency>
<groupId>com.helpchoice.kotlin</groupId>
<artifactId>koton</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
```

Expand Down

0 comments on commit 34a7768

Please sign in to comment.