Skip to content

Commit

Permalink
Update version from 2021.04.13 to 2021.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Dec 19, 2021
1 parent ce0a012 commit 2975542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add VNameGenerator as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:VNameGenerator:2021.04.13'
implementation 'com.github.Valkryst:VNameGenerator:2021.12.19'
}
```

Expand All @@ -58,7 +58,7 @@ Add VNameGenerator as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VNameGenerator</artifactId>
<version>2021.04.13</version>
<version>2021.12.19</version>
</dependency>
```

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

```
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2021.04.13"
libraryDependencies += "com.github.Valkryst" % "VNameGenerator" % "2021.12.19"
```

## Algorithms
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.Valkryst</groupId>
<artifactId>VNameGenerator</artifactId>
<version>2021.04.13</version>
<version>2021.12.19</version>
<packaging>jar</packaging>
<name>VNameGenerator</name>

Expand Down

0 comments on commit 2975542

Please sign in to comment.