Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh9 committed Oct 6, 2018
1 parent 2bf80cd commit aeb74c8
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 @@ -89,13 +89,13 @@ The following system properties can be used to configure the library:
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>

###### Gradle

dependencies {
implementation 'com.github.rishabh9:riko:1.0.1'
implementation 'com.github.rishabh9:riko:1.0.2'
}

#### 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.1'
version = '1.0.2'
archivesBaseName = 'riko'

dependencies {
Expand Down

0 comments on commit aeb74c8

Please sign in to comment.