Skip to content

Commit

Permalink
Bump to 1.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeWu committed Mar 19, 2020
1 parent f68c0bf commit 157c523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pl/geek/tewu/celeste_extractor/AppInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class AppInfo {
public static final String NAME = "Celeste Extractor";
public static final String SHORT_DESCRIPTION = "Converts .data files to .png losslessly";
public static final String VERSION = "1.0.0.rc1";
public static final String VERSION = "1.0.0.rc2";
public static final String COMMAND = "java -jar CelesteExtractor.jar";
}

0 comments on commit 157c523

Please sign in to comment.