Skip to content

Commit d099187

Browse files
committed
Release v3.2.1
1 parent 9378409 commit d099187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
3434
* REMEMBER: also update the version string in:
3535
* - Main.java
3636
*/
37-
version = "3.2.0"
37+
version = "3.2.1"
3838
description = "A cross-platform GUI app for saving SHSH blobs"
3939
String appIdentifier = "airsquared.blobsaver.app"
4040
String copyright = "Copyright (c) 2021 airsquared"

src/main/java/airsquared/blobsaver/app/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
public class Main {
4040

41-
static final String appVersion = "v3.2.0";
41+
static final String appVersion = "v3.2.1";
4242
static Stage primaryStage;
4343
// make sure to set system property before running (automatically set if running from gradle)
4444
static final File jarDirectory;

0 commit comments

Comments
 (0)