Skip to content

Commit

Permalink
version bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
synogen committed Jun 2, 2018
1 parent bb27852 commit a29a5cd
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 @@ -4,7 +4,7 @@

<groupId>org.synogen</groupId>
<artifactId>unitypatcher</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>unitypatcher</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/synogen/unitypatcher/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class App {

public static void main(String[] args) throws IOException, FormatInvalid {
if (args == null || args.length < 3) {
System.out.println("unitypatcher 0.0.3 (https://github.com/synogen/unitypatcher)");
System.out.println("unitypatcher 0.0.4 (https://github.com/synogen/unitypatcher)");
System.out.println("!! ONLY TEXT ASSETS SUPPORTED FOR IMPORT/PATCHING RIGHT NOW !!");
System.out.println();
System.out.println("Usage:");
Expand Down

0 comments on commit a29a5cd

Please sign in to comment.