We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0ec8b commit 5bfe6daCopy full SHA for 5bfe6da
src/main/java/com/airsquared/blobsaver/Main.java
@@ -35,7 +35,7 @@
35
36
public class Main {
37
38
- static final String appVersion = "v2.2.1";
+ static final String appVersion = "v2.2.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;
@@ -106,4 +106,4 @@ public void start(Stage primaryStage) throws IOException {
106
appPrefs.put("App version", appVersion);
107
}
108
109
-}
+}
0 commit comments