diff --git a/README.md b/README.md index 27c02e5..ca537d5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { dependencies { // ... - implementation 'com.github.libly:hydride-java:1.0.0' // Add this line + implementation 'com.github.libly:hydride-java:1.1.1' // Add this line } ``` diff --git a/build.gradle b/build.gradle index 9ab3509..bed7165 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { ext { artifactId = "hydride-java" groupId = "co.libly" - version = '1.0.0' + version = '1.1.1' description = "Lazysodium (Java) makes it effortless for Java " + "developers to get started with Libsodium's cryptography." }