Skip to content

Commit 05cfd01

Browse files
1.1.0 AppStore build
1 parent ffa147d commit 05cfd01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vinylogue/TCSAppDelegate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
8181
[self configureApplicationStyle];
8282

8383
// Keep track of versions in case we need to do migrations in the future
84-
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"init_1_0_0"] == NO) {
85-
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"init_1_0_0"];
84+
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"init_1_1_0"] == NO) {
85+
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"init_1_1_0"];
8686
[[NSUserDefaults standardUserDefaults] synchronize];
8787
}
8888

vinylogue/vinylogue-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<key>CFBundleSignature</key>
3535
<string>????</string>
3636
<key>CFBundleVersion</key>
37-
<string>707</string>
37+
<string>716</string>
3838
<key>LSRequiresIPhoneOS</key>
3939
<true/>
4040
<key>UIPrerenderedIcon</key>

0 commit comments

Comments
 (0)