Skip to content

Commit 19c9fb5

Browse files
committed
Update version to 2024.03.25
1 parent cf022db commit 19c9fb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add VNameGenerator as a dependency.
3434

3535
```
3636
dependencies {
37-
implementation 'com.github.Valkryst:VNameGenerator:2021.12.19'
37+
implementation 'com.github.Valkryst:VNameGenerator:2024.03.25'
3838
}
3939
```
4040

@@ -56,7 +56,7 @@ Add VNameGenerator as a dependency.
5656
<dependency>
5757
<groupId>com.github.Valkryst</groupId>
5858
<artifactId>VNameGenerator</artifactId>
59-
<version>2021.12.19</version>
59+
<version>2024.03.25</version>
6060
</dependency>
6161
```
6262

@@ -71,7 +71,7 @@ resolvers += "jitpack" at "https://jitpack.io"
7171
Add VNameGenerator as a dependency.
7272

7373
```
74-
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2021.12.19"
74+
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2024.03.25"
7575
```
7676

7777
## Algorithms

pom.xml

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

77
<groupId>com.github.Valkryst</groupId>
88
<artifactId>VNameGenerator</artifactId>
9-
<version>2021.12.19</version>
9+
<version>2024.03.25</version>
1010
<packaging>jar</packaging>
1111
<name>VNameGenerator</name>
1212

0 commit comments

Comments
 (0)