We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2019a commit 016b09bCopy full SHA for 016b09b
2 files changed
README.md
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
24
// ...
25
- implementation 'com.github.libly:hydride-java:1.0.0' // Add this line
+ implementation 'com.github.libly:hydride-java:1.1.1' // Add this line
26
}
27
```
28
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
ext {
16
artifactId = "hydride-java"
17
groupId = "co.libly"
18
- version = '1.0.0'
+ version = '1.1.1'
19
description = "Lazysodium (Java) makes it effortless for Java " +
20
"developers to get started with Libsodium's cryptography."
21
0 commit comments