File tree 2 files changed +2
-2
lines changed
src/main/java/airsquared/blobsaver/app
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
32
32
/*
33
33
* REMEMBER: also update the version string in Main.java
34
34
*/
35
- version = " 3.5.0 "
35
+ version = " 3.5.1 "
36
36
description = " A cross-platform GUI and CLI app for saving SHSH blobs"
37
37
String appIdentifier = " airsquared.blobsaver.app"
38
38
String copyright = " Copyright (c) 2023 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.5.0 " ;
41
+ static final String appVersion = "v3.5.1 " ;
42
42
static final String copyright = "Copyright (c) 2023 airsquared" ;
43
43
static Stage primaryStage ;
44
44
// make sure to set system property before running (automatically set if running from gradle)
You can’t perform that action at this time.
0 commit comments