diff --git a/README.md b/README.md index 24aa72b..83180df 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Argon2Kt is licensed under the MIT license. See the [LICENSE file](https://githu Add the dependency to your gradle.build file: ```groovy -implementation 'com.lambdapioneer.argon2kt:argon2kt:0.1' +implementation 'com.lambdapioneer.argon2kt:argon2kt:1.0.0' ``` Use the `Argon2Kt` class to hash and verify using Argon2: diff --git a/lib/build.gradle b/lib/build.gradle index a081ce2..ab3fc12 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,8 +4,8 @@ apply plugin: "kotlin-android-extensions" apply plugin: "maven" ext { - version_code = 10 - version_name = '1.0' + version_code = 100 + version_name = '1.0.0' } android {