Skip to content

Commit f0e8eab

Browse files
committed
preparing 1.8.4
1 parent 78c44fa commit f0e8eab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the dependency of the latest version to your `pom.xml`:
4545
<dependency>
4646
<groupId>com.password4j</groupId>
4747
<artifactId>password4j</artifactId>
48-
<version>1.8.3</version>
48+
<version>1.8.4</version>
4949
</dependency>
5050
```
5151

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.password4j</groupId>
66
<artifactId>password4j</artifactId>
7-
<version>1.8.3</version>
7+
<version>1.8.4</version>
88
<packaging>jar</packaging>
99

1010

@@ -21,7 +21,7 @@
2121
<connection>scm:git:[email protected]/Password4j/${project.artifactId}.git</connection>
2222
<developerConnection>scm:git:ssh://[email protected]/Password4j/${project.artifactId}.git</developerConnection>
2323
<url>https://github.com/Password4j/password4j</url>
24-
<tag>1.8.3</tag>
24+
<tag>1.8.4</tag>
2525
</scm>
2626

2727
<licenses>

src/main/java/com/password4j/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ static void printBanner(PrintStream printStream)
623623
String banner = "\n";
624624
banner += " |\n" +
625625
" | \033[0;1mPassword4j\033[0;0m\n" +
626-
" + \\ .: v1.8.3 :.\n" +
626+
" + \\ .: v1.8.4 :.\n" +
627627
" \\\\.G_.*=.\n" +
628628
" `(H'/.\\| ✅ Argon2\n" +
629629
" .>' (_--. ✅ scrypt\n" +

0 commit comments

Comments
 (0)