Skip to content

Commit b98caa7

Browse files
committedMay 29, 2021
Release v3.0.1
1 parent 5c4b1e2 commit b98caa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎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.0"
37+
version = "3.0.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"

Diff for: ‎src/main/java/airsquared/blobsaver/app/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
public class Main {
3737

38-
static final String appVersion = "v3.0";
38+
static final String appVersion = "v3.0.1";
3939
static Stage primaryStage;
4040
// make sure to set system property before running (automatically set if running from gradle)
4141
static final File jarDirectory;

0 commit comments

Comments
 (0)
Please sign in to comment.