Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Aug 6, 2019
1 parent 8a2019a commit 016b09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

This comment has been minimized.

Copy link
@mhilbush

mhilbush Aug 6, 2019

Just a nit, but the description should be updated for Hydride.

This comment has been minimized.

Copy link
@gurpreet-

gurpreet- Aug 6, 2019

Author Collaborator

Good catch, updated. Silly me!

Expand Down

0 comments on commit 016b09b

Please sign in to comment.