Skip to content

Commit 89c2dd1

Browse files
committed
Release v3.4.0
1 parent cee7a15 commit 89c2dd1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ plugins {
3131
idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
3232

3333
/*
34-
* REMEMBER: also update the version string in:
35-
* - Main.java
34+
* REMEMBER: also update the version string in Main.java
3635
*/
37-
version = "3.3.0"
36+
version = "3.4.0"
3837
description = "A cross-platform GUI app for saving SHSH blobs"
3938
String appIdentifier = "airsquared.blobsaver.app"
4039
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.3.0";
41+
static final String appVersion = "v3.4.0";
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)