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 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"
Original file line number Diff line number Diff line change 3535
3636public 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 ;
You can’t perform that action at this time.
0 commit comments