Skip to content

Commit b44d3ca

Browse files
committed
Release v2.3.2
1 parent 51310e8 commit b44d3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blobsaver.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "blobsaver"
5-
#define MyAppVersion "2.3.1"
5+
#define MyAppVersion "2.3.2"
66
#define MyAppPublisher "blobsaver"
77
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
88
#define MyAppExeName "blobsaver.exe"

src/main/java/com/airsquared/blobsaver/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 = "v2.3.1";
38+
static final String appVersion = "v2.3.2";
3939
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
4040
private static final String appID = "com.airsquared.blobsaver";
4141
static Stage primaryStage;

0 commit comments

Comments
 (0)