Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Mar 22, 2020
1 parent 6d6eeef commit 184ca72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blobsaver.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "blobsaver"
#define MyAppVersion "2.4.1-beta5"
#define MyAppVersion "2.4.1"
#define MyAppPublisher "airsquared"
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
#define MyAppExeName "blobsaver.exe"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sourceCompatibility = 1.8
* - Main.java
* - blobsaver.iss
*/
String appVersion = "v2.4.1-beta5";
String appVersion = "v2.4.1";

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/airsquared/blobsaver/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 = "v2.4.1-beta5";
static final String appVersion = "v2.4.1";
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
static Stage primaryStage;
static final File jarDirectory;
Expand Down

0 comments on commit 184ca72

Please sign in to comment.