Skip to content

Commit

Permalink
Update version to 2024.03.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Mar 25, 2024
1 parent cf022db commit 19c9fb5
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 @@ -34,7 +34,7 @@ Add VNameGenerator as a dependency.

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

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

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

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

## 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.12.19</version>
<version>2024.03.25</version>
<packaging>jar</packaging>
<name>VNameGenerator</name>

Expand Down

0 comments on commit 19c9fb5

Please sign in to comment.