File tree 2 files changed +3
-4
lines changed
src/main/java/airsquared/blobsaver/app
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ plugins {
31
31
idea. module. outputDir file(" out/production/classes" ) // fix running via IntelliJ
32
32
33
33
/*
34
- * REMEMBER: also update the version string in:
35
- * - Main.java
34
+ * REMEMBER: also update the version string in Main.java
36
35
*/
37
- version = " 3.3 .0"
36
+ version = " 3.4 .0"
38
37
description = " A cross-platform GUI app for saving SHSH blobs"
39
38
String appIdentifier = " airsquared.blobsaver.app"
40
39
String copyright = " Copyright (c) 2021 airsquared"
Original file line number Diff line number Diff line change 38
38
39
39
public class Main {
40
40
41
- static final String appVersion = "v3.3 .0" ;
41
+ static final String appVersion = "v3.4 .0" ;
42
42
static Stage primaryStage ;
43
43
// make sure to set system property before running (automatically set if running from gradle)
44
44
static final File jarDirectory ;
You can’t perform that action at this time.
0 commit comments