Skip to content

Commit

Permalink
Updated version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Mar 26, 2023
1 parent e1d2fa1 commit b0b0ee8
Show file tree
Hide file tree
Showing 3 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 @@ -16,7 +16,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.3.0'
implementation 'com.lambdapioneer.argon2kt:argon2kt:1.4.0'
```

Use the `Argon2Kt` class to hash and verify using Argon2:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

dependencies {
implementation project(":lib")
// implementation 'com.lambdapioneer.argon2kt:argon2kt:1.3.0'
// implementation 'com.lambdapioneer.argon2kt:argon2kt:1.4.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.code.style=official
# Maven release configuration
GROUP=com.lambdapioneer.argon2kt
POM_ARTIFACT_ID=argon2kt
VERSION_NAME=1.3.0
VERSION_NAME=1.4.0

POM_NAME=argon2kt
POM_DESCRIPTION=An Android/Kotlin binding for the Argon2 hash
Expand Down

0 comments on commit b0b0ee8

Please sign in to comment.