Skip to content

Commit bcae4db

Browse files
committed
Bump version
1 parent 0aa2528 commit bcae4db

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## v0.10.2
4+
5+
* Fix deployment setup
6+
37
## v0.10.1
48

59
* Re-Introduce DEFAULT_MAX_PW_LENGTH_BYTE to be code compatible with 0.9.0- (thx for the hint @Andrew-Cottrell)

modules/bcrypt-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bcrypt-parent</artifactId>
99
<groupId>at.favre.lib</groupId>
10-
<version>0.10.1</version>
10+
<version>0.10.2</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>at.favre.lib</groupId>
5959
<artifactId>bcrypt</artifactId>
60-
<version>0.10.1</version>
60+
<version>0.10.2</version>
6161
<classifier>optimized</classifier>
6262
</dependency>
6363
<dependency>

modules/bcrypt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bcrypt-parent</artifactId>
99
<groupId>at.favre.lib</groupId>
10-
<version>0.10.1</version>
10+
<version>0.10.2</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

modules/benchmark-jmh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bcrypt-parent</artifactId>
99
<groupId>at.favre.lib</groupId>
10-
<version>0.10.1</version>
10+
<version>0.10.2</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>at.favre.lib</groupId>
7676
<artifactId>bcrypt</artifactId>
77-
<version>0.10.1</version>
77+
<version>0.10.2</version>
7878
<classifier>optimized</classifier>
7979
</dependency>
8080
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>bcrypt-parent</artifactId>
1414
<packaging>pom</packaging>
15-
<version>0.10.1</version>
15+
<version>0.10.2</version>
1616

1717
<url>https://github.com/patrickfav/bcrypt</url>
1818
<inceptionYear>2018</inceptionYear>

0 commit comments

Comments
 (0)