Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Sep 22, 2019
1 parent d705b40 commit 7e0ce60
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.3.2"
#define MyAppVersion "2.4.0"
#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/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void initialize() {
break;
case "iPad":
deviceModelChoiceBox.setItems(Devices.getiPads());
versionLabel.setText("iOS Version");
versionLabel.setText("iOS/iPadOS Version");
break;
case "AppleTV":
deviceModelChoiceBox.setItems(Devices.getAppleTVs());
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.3.3";
static final String appVersion = "v2.4.0";
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 7e0ce60

Please sign in to comment.