Skip to content

Commit

Permalink
Updated version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Dec 13, 2019
1 parent 184b96a commit 3c6f393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3c6f393

Please sign in to comment.