From 47c19d801232ba2f34ee76c4ada2cec4cc417adc Mon Sep 17 00:00:00 2001 From: Daniel Hugenroth Date: Mon, 14 Dec 2020 17:29:22 +0100 Subject: [PATCH] Updated version to 1.2.0 post-release --- README.md | 2 +- lib/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e32fa32..f147f69 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:1.1.0' +implementation 'com.lambdapioneer.argon2kt:argon2kt:1.2.0' ``` Use the `Argon2Kt` class to hash and verify using Argon2: diff --git a/lib/build.gradle b/lib/build.gradle index 13e9cd6..7527293 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,8 +4,8 @@ apply plugin: "kotlin-android-extensions" apply plugin: "maven" ext { - version_code = 100 - version_name = '1.1.0' + version_code = 120 + version_name = '1.2.0' } android {