Skip to content

Commit 66821a5

Browse files
committed
Bump version to 0.5.0
1 parent 5c892a1 commit 66821a5

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Releases
22

3+
## v0.5.0
4+
35
## v0.4.0
46

5-
* change maven artifact to `bcrypt-core`
67
* add cli tool #5
78

89
## v0.3.0

modules/bcrypt-cli/pom.xml

Lines changed: 3 additions & 3 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.4.0</version>
10+
<version>0.5.0</version>
1111
</parent>
1212

1313
<artifactId>bcrypt-cli</artifactId>
@@ -80,8 +80,8 @@
8080
<dependencies>
8181
<dependency>
8282
<groupId>at.favre.lib</groupId>
83-
<artifactId>bcrypt-core</artifactId>
84-
<version>0.4.0</version>
83+
<artifactId>bcrypt</artifactId>
84+
<version>0.5.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>commons-cli</groupId>

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.4.0</version>
10+
<version>0.5.0</version>
1111
</parent>
1212

1313
<artifactId>bcrypt</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>at.favre.lib</groupId>
88
<artifactId>bcrypt-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.4.0</version>
10+
<version>0.5.0</version>
1111

1212
<url>https://github.com/patrickfav/bcrypt</url>
1313
<inceptionYear>2018</inceptionYear>

0 commit comments

Comments
 (0)