Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
raftools: bump version to 0.6.1
Browse files Browse the repository at this point in the history
Pending release.
  • Loading branch information
vs49688 committed Jan 31, 2022
1 parent 1633bef commit 358fd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.vs49688.rafview</groupId>
<artifactId>raftools</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>jar</packaging>
<name>RAFTools</name>
<description>A viewer/extraction toolkit for League of Legends</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/vs49688/rafview/cli/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private static boolean validatePairs(List<Path> files) {
}

public static String getVersionString() {
return "0.6.0";
return "0.6.1";
}

public static String getApplicationName() {
Expand Down

0 comments on commit 358fd19

Please sign in to comment.