Skip to content

Commit 5e55edb

Browse files
committed
Bump version to 1.0.0 (106)
1 parent 87063a5 commit 5e55edb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/polydice/iCook-tvOS.svg)](https://travis-ci.org/polydice/iCook-tvOS)
44
![Swift 2.2](https://img.shields.io/badge/Swift-2.2-orange.svg)
55

6-
A demo tvOS app that plays YouTube videos.
6+
A tvOS app that plays [iCook TV](https://tv.icook.tw/) videos.
77

88
## Setup
99

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 = 105;
635+
CURRENT_PROJECT_VERSION = 106;
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 = 105;
681+
CURRENT_PROJECT_VERSION = 106;
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>105</string>
22+
<string>106</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>Kits</key>

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>105</string>
22+
<string>106</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)