diff --git a/README.md b/README.md index 5a5b042..99fc1db 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ The following system properties can be used to configure the library: com.github.rishabh9 riko - 1.0.0-SNAPSHOT + 1.0.0 ###### Gradle dependencies { - implementation 'com.github.rishabh9:riko:1.0.0-SNAPSHOT' + implementation 'com.github.rishabh9:riko:1.0.0' } #### Progaurd diff --git a/build.gradle b/build.gradle index bafeb98..6a558ca 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencyManagement { // GroupId group = 'com.github.rishabh9' // Version -version = '1.0.0-SNAPSHOT' +version = '1.0.0' archivesBaseName = 'riko' dependencies {