We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51310e8 commit b44d3caCopy full SHA for b44d3ca
blobsaver.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "blobsaver"
5
-#define MyAppVersion "2.3.1"
+#define MyAppVersion "2.3.2"
6
#define MyAppPublisher "blobsaver"
7
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
8
#define MyAppExeName "blobsaver.exe"
src/main/java/com/airsquared/blobsaver/Main.java
@@ -35,7 +35,7 @@
35
36
public class Main {
37
38
- static final String appVersion = "v2.3.1";
+ static final String appVersion = "v2.3.2";
39
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
40
private static final String appID = "com.airsquared.blobsaver";
41
static Stage primaryStage;
0 commit comments