Skip to content

Commit cd8bca6

Browse files
committed
Release 0.1.2
1 parent 9f1dc52 commit cd8bca6

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"
11+
s.version = "0.1.2"
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
@@ -243,7 +243,7 @@
243243
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
244244
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
245245
COPY_PHASE_STRIP = NO;
246-
CURRENT_PROJECT_VERSION = 3;
246+
CURRENT_PROJECT_VERSION = 4;
247247
DEBUG_INFORMATION_FORMAT = dwarf;
248248
ENABLE_STRICT_OBJC_MSGSEND = YES;
249249
ENABLE_TESTABILITY = YES;
@@ -291,7 +291,7 @@
291291
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
292292
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
293293
COPY_PHASE_STRIP = NO;
294-
CURRENT_PROJECT_VERSION = 3;
294+
CURRENT_PROJECT_VERSION = 4;
295295
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
296296
ENABLE_NS_ASSERTIONS = NO;
297297
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -319,7 +319,7 @@
319319
CLANG_ENABLE_MODULES = YES;
320320
DEFINES_MODULE = YES;
321321
DYLIB_COMPATIBILITY_VERSION = 1;
322-
DYLIB_CURRENT_VERSION = 3;
322+
DYLIB_CURRENT_VERSION = 4;
323323
DYLIB_INSTALL_NAME_BASE = "@rpath";
324324
INFOPLIST_FILE = TVButton/Info.plist;
325325
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -338,7 +338,7 @@
338338
CLANG_ENABLE_MODULES = YES;
339339
DEFINES_MODULE = YES;
340340
DYLIB_COMPATIBILITY_VERSION = 1;
341-
DYLIB_CURRENT_VERSION = 3;
341+
DYLIB_CURRENT_VERSION = 4;
342342
DYLIB_INSTALL_NAME_BASE = "@rpath";
343343
INFOPLIST_FILE = TVButton/Info.plist;
344344
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</string>
18+
<string>0.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</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</string>
18+
<string>0.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)