Skip to content

Commit 93be0b8

Browse files
committed
Release v2.3.1
1 parent 8a062c9 commit 93be0b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blobsaver.iss

Lines changed: 1 addition & 1 deletion
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.0"
5+
#define MyAppVersion "2.3.1"
66
#define MyAppPublisher "blobsaver"
77
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
88
#define MyAppExeName "blobsaver.exe"

src/main/java/com/airsquared/blobsaver/Background.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static void startBackground(boolean runOnlyOnce) {
170170
}
171171

172172
private static void saveBackgroundBlobs(int preset) {
173-
log("attempting to save for " + preset);
173+
log("attempting to save for preset " + preset);
174174
Preferences presetPrefs = Preferences.userRoot().node("airsquared/blobsaver/preset" + preset);
175175
String identifier;
176176
if ("none".equals(presetPrefs.get("Device Model", ""))) {

src/main/java/com/airsquared/blobsaver/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
public class Main {
3737

38-
static final Version appVersion = new Version("2.3.0");
38+
static final Version appVersion = new Version("2.3.1");
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)