From 3c6f39346f220a7c91162a419f7bd3d1f42b2acf Mon Sep 17 00:00:00 2001 From: Daniel Hugenroth Date: Fri, 13 Dec 2019 14:08:26 +0000 Subject: [PATCH] Updated version to v1.0.0 --- README.md | 2 +- lib/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {