Skip to content

Commit 348ecf0

Browse files
committed
Release v3.5.0
1 parent 9d3dbe9 commit 348ecf0

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
@@ -33,7 +33,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
3333
/*
3434
* REMEMBER: also update the version string in Main.java
3535
*/
36-
version = "3.4.1"
36+
version = "3.5.0"
3737
description = "A cross-platform GUI app for saving SHSH blobs"
3838
String appIdentifier = "airsquared.blobsaver.app"
3939
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.4.1";
41+
static final String appVersion = "v3.5.0";
4242
static final String copyright = "Copyright (c) 2023 airsquared";
4343
static Stage primaryStage;
4444
// make sure to set system property before running (automatically set if running from gradle)

0 commit comments

Comments
 (0)