We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9378409 commit d099187Copy full SHA for d099187
build.gradle
@@ -34,7 +34,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
34
* REMEMBER: also update the version string in:
35
* - Main.java
36
*/
37
-version = "3.2.0"
+version = "3.2.1"
38
description = "A cross-platform GUI app for saving SHSH blobs"
39
String appIdentifier = "airsquared.blobsaver.app"
40
String copyright = "Copyright (c) 2021 airsquared"
src/main/java/airsquared/blobsaver/app/Main.java
@@ -38,7 +38,7 @@
public class Main {
41
- static final String appVersion = "v3.2.0";
+ static final String appVersion = "v3.2.1";
42
static Stage primaryStage;
43
// make sure to set system property before running (automatically set if running from gradle)
44
static final File jarDirectory;
0 commit comments