Skip to content

Commit 35bfaab

Browse files
committed
Bump version to 1.0.0 (104)
1 parent 15de7f3 commit 35bfaab

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

iCookTV.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
CLANG_WARN_UNREACHABLE_CODE = YES;
633633
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
634634
COPY_PHASE_STRIP = NO;
635-
CURRENT_PROJECT_VERSION = 103;
635+
CURRENT_PROJECT_VERSION = 104;
636636
DEBUG_INFORMATION_FORMAT = dwarf;
637637
ENABLE_STRICT_OBJC_MSGSEND = YES;
638638
ENABLE_TESTABILITY = YES;
@@ -678,7 +678,7 @@
678678
CLANG_WARN_UNREACHABLE_CODE = YES;
679679
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
680680
COPY_PHASE_STRIP = NO;
681-
CURRENT_PROJECT_VERSION = 103;
681+
CURRENT_PROJECT_VERSION = 104;
682682
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
683683
ENABLE_NS_ASSERTIONS = NO;
684684
ENABLE_STRICT_OBJC_MSGSEND = YES;

iCookTV/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>103</string>
22+
<string>104</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>Kits</key>

iCookTV/LaunchViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ class LaunchViewController: UIViewController {
9898
override func viewDidAppear(animated: Bool) {
9999
super.viewDidAppear(animated)
100100

101-
UIView.animateKeyframesWithDuration(0.9, delay: 0, options: [], animations: {
101+
UIView.animateKeyframesWithDuration(0.9, delay: 0, options: [],
102+
animations: {
102103
UIView.addKeyframeWithRelativeStartTime(0, relativeDuration: 0.6) {
103104
self.upperTaglineLabel.alpha = 1
104105
self.upperTaglineConstraint?.constant = 40

iCookTVTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>103</string>
22+
<string>104</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)