Skip to content

Commit 3236562

Browse files
committed
Version bump to 3.0.3
1 parent dfc0024 commit 3236562

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SCSettings.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ - (void)onSettingChanged:(NSNotification*)note {
507507
[self synchronizeSettings];
508508
return;
509509
} else {
510-
NSLog(@"Accepting propagated change (%@ --> %@) since version %d is newer than %d and/or %@ is older than %@", note.userInfo[@"key"], note.userInfo[@"value"], noteVersionNumber, ourSettingsVersionNumber, noteSettingUpdated, ourSettingsLastUpdated);
510+
NSLog(@"Accepting propagated change (%@ --> %@) since version %d is newer than %d and/or %@ is newer than %@", note.userInfo[@"key"], note.userInfo[@"value"], noteVersionNumber, ourSettingsVersionNumber, noteSettingUpdated, ourSettingsLastUpdated);
511511

512512
// mirror the change on our own instance - but don't propagate the change to avoid loopin
513513
[self setValue: note.userInfo[@"value"] forKey: note.userInfo[@"key"] stopPropagation: YES];

SelfControl Killer/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0.2</string>
20+
<string>3.0.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

SelfControl.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@
13001300
CODE_SIGN_IDENTITY = "Developer ID Application";
13011301
COMBINE_HIDPI_IMAGES = YES;
13021302
COPY_PHASE_STRIP = NO;
1303-
CURRENT_PROJECT_VERSION = 3.0.2;
1303+
CURRENT_PROJECT_VERSION = 3.0.3;
13041304
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13051305
DEVELOPMENT_TEAM = L6W5L88KN7;
13061306
FRAMEWORK_SEARCH_PATHS = (
@@ -1316,7 +1316,7 @@
13161316
INFOPLIST_FILE = Info.plist;
13171317
INSTALL_PATH = "$(HOME)/Applications";
13181318
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
1319-
MARKETING_VERSION = 3.0.2;
1319+
MARKETING_VERSION = 3.0.3;
13201320
PRODUCT_BUNDLE_IDENTIFIER = "org.eyebeam.${PRODUCT_NAME:identifier}";
13211321
PRODUCT_NAME = SelfControl;
13221322
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1330,7 +1330,7 @@
13301330
buildSettings = {
13311331
CLANG_ENABLE_OBJC_ARC = YES;
13321332
COMBINE_HIDPI_IMAGES = YES;
1333-
CURRENT_PROJECT_VERSION = 3.0.2;
1333+
CURRENT_PROJECT_VERSION = 3.0.3;
13341334
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13351335
DEVELOPMENT_TEAM = L6W5L88KN7;
13361336
FRAMEWORK_SEARCH_PATHS = (
@@ -1345,7 +1345,7 @@
13451345
INFOPLIST_FILE = Info.plist;
13461346
INSTALL_PATH = "$(HOME)/Applications";
13471347
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
1348-
MARKETING_VERSION = 3.0.2;
1348+
MARKETING_VERSION = 3.0.3;
13491349
PRODUCT_BUNDLE_IDENTIFIER = "org.eyebeam.${PRODUCT_NAME:identifier}";
13501350
PRODUCT_NAME = SelfControl;
13511351
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)