Skip to content

Commit 016b09b

Browse files
committed
Updated version
1 parent 8a2019a commit 016b09b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
2323
dependencies {
2424
// ...
25-
implementation 'com.github.libly:hydride-java:1.0.0' // Add this line
25+
implementation 'com.github.libly:hydride-java:1.1.1' // Add this line
2626
}
2727
```
2828

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
ext {
1616
artifactId = "hydride-java"
1717
groupId = "co.libly"
18-
version = '1.0.0'
18+
version = '1.1.1'
1919
description = "Lazysodium (Java) makes it effortless for Java " +
2020
"developers to get started with Libsodium's cryptography."
2121
}

0 commit comments

Comments
 (0)