Skip to content

Commit

Permalink
Release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Apr 3, 2019
1 parent 51310e8 commit b44d3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.1"
#define MyAppVersion "2.3.2"
#define MyAppPublisher "blobsaver"
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
#define MyAppExeName "blobsaver.exe"
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 @@ -35,7 +35,7 @@

public class Main {

static final String appVersion = "v2.3.1";
static final String appVersion = "v2.3.2";
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
private static final String appID = "com.airsquared.blobsaver";
static Stage primaryStage;
Expand Down

0 comments on commit b44d3ca

Please sign in to comment.