Skip to content

Commit

Permalink
Bump version out of SNAPSHOT
Browse files Browse the repository at this point in the history
The build seems stable, so moving out of snapshot.
  • Loading branch information
rishabh9 committed Aug 24, 2018
1 parent c4caab9 commit bd5769c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ The following system properties can be used to configure the library:
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

###### Gradle

dependencies {
implementation 'com.github.rishabh9:riko:1.0.0-SNAPSHOT'
implementation 'com.github.rishabh9:riko:1.0.0'
}

#### Progaurd
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencyManagement {
// GroupId
group = 'com.github.rishabh9'
// Version
version = '1.0.0-SNAPSHOT'
version = '1.0.0'
archivesBaseName = 'riko'

dependencies {
Expand Down

0 comments on commit bd5769c

Please sign in to comment.