File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/airsquared/blobsaver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " blobsaver"
5
- #define MyAppVersion " 2.3.1 "
5
+ #define MyAppVersion " 2.3.2 "
6
6
#define MyAppPublisher " blobsaver"
7
7
#define MyAppURL " https://www.github.com/airsquared/blobsaver"
8
8
#define MyAppExeName " blobsaver.exe"
Original file line number Diff line number Diff line change 35
35
36
36
public class Main {
37
37
38
- static final String appVersion = "v2.3.1 " ;
38
+ static final String appVersion = "v2.3.2 " ;
39
39
static final Preferences appPrefs = Preferences .userRoot ().node ("airsquared/blobsaver/prefs" );
40
40
private static final String appID = "com.airsquared.blobsaver" ;
41
41
static Stage primaryStage ;
You can’t perform that action at this time.
0 commit comments