diff --git a/README.md b/README.md index ebd21b1..4f171f1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Maven: com.amdelamar jhash - 2.1.2 + 2.2.0 ``` @@ -33,7 +33,7 @@ repositories { } dependencies { - compile 'com.amdelamar:jhash:2.1.2' + compile 'com.amdelamar:jhash:2.2.0' } ``` @@ -45,7 +45,7 @@ resolvers += { } libraryDependencies ++= Seq( - "com.amdelamar" % "jhash" % "2.1.2" + "com.amdelamar" % "jhash" % "2.2.0" ) ``` diff --git a/build.gradle b/build.gradle index dc13b8e..a919bee 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = 'com.amdelamar' -version = '2.1.2' +version = '2.2.0' description = 'Password hashing utility in Java. Supports PBKDF2 hmac SHA1/SHA256/SHA512, BCRYPT, and SCRYPT. It salts automatically and has a pepper option.' sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/docs/index.html b/docs/index.html index cd756b1..13c4d80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,7 +54,7 @@

Jhash

View on GitHub Report Issue

- v2.1.2 - 27 Nov 2019 - 47KB + v2.2.0 - 21 Sep 2020 - 47KB @@ -80,7 +80,7 @@

Download

<dependency> <groupId>com.amdelamar</groupId> <artifactId>jhash</artifactId> - <version>2.1.2</version> + <version>2.2.0</version> </dependency>

Gradle:

@@ -89,7 +89,7 @@

Download

} dependencies { - compile 'com.amdelamar:jhash:2.1.2' + compile 'com.amdelamar:jhash:2.2.0' } @@ -99,7 +99,7 @@

Download

} libraryDependencies ++= Seq( - "com.amdelamar" % "jhash" % "2.1.2" + "com.amdelamar" % "jhash" % "2.2.0" ) diff --git a/pom.xml b/pom.xml index f6f63e2..42aac59 100644 --- a/pom.xml +++ b/pom.xml @@ -4,5 +4,5 @@ 4.0.0 com.amdelamar jhash - 2.1.2 + 2.2.0