Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Jun 26, 2023
1 parent ca3a835 commit 8839ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ idea.module.outputDir file("out/production/classes") // fix running via IntelliJ
/*
* REMEMBER: also update the version string in Main.java
*/
version = "3.5.0"
version = "3.5.1"
description = "A cross-platform GUI and CLI app for saving SHSH blobs"
String appIdentifier = "airsquared.blobsaver.app"
String copyright = "Copyright (c) 2023 airsquared"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/airsquared/blobsaver/app/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class Main {

static final String appVersion = "v3.5.0";
static final String appVersion = "v3.5.1";
static final String copyright = "Copyright (c) 2023 airsquared";
static Stage primaryStage;
// make sure to set system property before running (automatically set if running from gradle)
Expand Down

0 comments on commit 8839ea4

Please sign in to comment.