Skip to content

Commit 46ac3a6

Browse files
committed
Release 0.1.4
1 parent 5e4714c commit 46ac3a6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

TVButton.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = "TVButton"
11-
s.version = "0.1.3"
11+
s.version = "0.1.4"
1212
s.summary = "Apple TV style parallax icons as iOS UIButtons"
1313

1414
# This description is used to generate tags and improve search results.

TVButton.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
268268
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
269269
COPY_PHASE_STRIP = NO;
270-
CURRENT_PROJECT_VERSION = 5;
270+
CURRENT_PROJECT_VERSION = 6;
271271
DEBUG_INFORMATION_FORMAT = dwarf;
272272
ENABLE_STRICT_OBJC_MSGSEND = YES;
273273
ENABLE_TESTABILITY = YES;
@@ -315,7 +315,7 @@
315315
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
316316
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
317317
COPY_PHASE_STRIP = NO;
318-
CURRENT_PROJECT_VERSION = 5;
318+
CURRENT_PROJECT_VERSION = 6;
319319
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
320320
ENABLE_NS_ASSERTIONS = NO;
321321
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -343,7 +343,7 @@
343343
CLANG_ENABLE_MODULES = YES;
344344
DEFINES_MODULE = YES;
345345
DYLIB_COMPATIBILITY_VERSION = 1;
346-
DYLIB_CURRENT_VERSION = 5;
346+
DYLIB_CURRENT_VERSION = 6;
347347
DYLIB_INSTALL_NAME_BASE = "@rpath";
348348
INFOPLIST_FILE = TVButton/Info.plist;
349349
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -362,7 +362,7 @@
362362
CLANG_ENABLE_MODULES = YES;
363363
DEFINES_MODULE = YES;
364364
DYLIB_COMPATIBILITY_VERSION = 1;
365-
DYLIB_CURRENT_VERSION = 5;
365+
DYLIB_CURRENT_VERSION = 6;
366366
DYLIB_INSTALL_NAME_BASE = "@rpath";
367367
INFOPLIST_FILE = TVButton/Info.plist;
368368
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

TVButton/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.3</string>
18+
<string>0.1.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

TVButtonTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.3</string>
18+
<string>0.1.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)