Skip to content

Commit 2975542

Browse files
committed
Update version from 2021.04.13 to 2021.12.19
1 parent ce0a012 commit 2975542

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
@@ -36,7 +36,7 @@ Add VNameGenerator as a dependency.
3636

3737
```
3838
dependencies {
39-
implementation 'com.github.Valkryst:VNameGenerator:2021.04.13'
39+
implementation 'com.github.Valkryst:VNameGenerator:2021.12.19'
4040
}
4141
```
4242

@@ -58,7 +58,7 @@ Add VNameGenerator as a dependency.
5858
<dependency>
5959
<groupId>com.github.Valkryst</groupId>
6060
<artifactId>VNameGenerator</artifactId>
61-
<version>2021.04.13</version>
61+
<version>2021.12.19</version>
6262
</dependency>
6363
```
6464

@@ -73,7 +73,7 @@ resolvers += "jitpack" at "https://jitpack.io"
7373
Add VNameGenerator as a dependency.
7474

7575
```
76-
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2021.04.13"
76+
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2021.12.19"
7777
```
7878

7979
## 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.04.13</version>
9+
<version>2021.12.19</version>
1010
<packaging>jar</packaging>
1111
<name>VNameGenerator</name>
1212

0 commit comments

Comments
 (0)