Skip to content

Commit 5e2767f

Browse files
committed
Release 0.3.1
1 parent d8eb75e commit 5e2767f

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

Interpolate.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 = "Interpolate"
11-
s.version = "0.3.0"
11+
s.version = "0.3.1"
1212
s.summary = "Swift interpolation framework for gesture-driven animations."
1313

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

Interpolate.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
CLANG_ENABLE_MODULES = YES;
306306
DEFINES_MODULE = YES;
307307
DYLIB_COMPATIBILITY_VERSION = 1;
308-
DYLIB_CURRENT_VERSION = 7;
308+
DYLIB_CURRENT_VERSION = 8;
309309
DYLIB_INSTALL_NAME_BASE = "@rpath";
310310
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
311311
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -325,7 +325,7 @@
325325
CLANG_ENABLE_MODULES = YES;
326326
DEFINES_MODULE = YES;
327327
DYLIB_COMPATIBILITY_VERSION = 1;
328-
DYLIB_CURRENT_VERSION = 7;
328+
DYLIB_CURRENT_VERSION = 8;
329329
DYLIB_INSTALL_NAME_BASE = "@rpath";
330330
INFOPLIST_FILE = "Interpolate/Info-tvOS.plist";
331331
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -360,7 +360,7 @@
360360
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
361361
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
362362
COPY_PHASE_STRIP = NO;
363-
CURRENT_PROJECT_VERSION = 7;
363+
CURRENT_PROJECT_VERSION = 8;
364364
DEBUG_INFORMATION_FORMAT = dwarf;
365365
ENABLE_STRICT_OBJC_MSGSEND = YES;
366366
ENABLE_TESTABILITY = YES;
@@ -411,7 +411,7 @@
411411
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
412412
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
413413
COPY_PHASE_STRIP = NO;
414-
CURRENT_PROJECT_VERSION = 7;
414+
CURRENT_PROJECT_VERSION = 8;
415415
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
416416
ENABLE_NS_ASSERTIONS = NO;
417417
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -440,7 +440,7 @@
440440
CLANG_ENABLE_MODULES = YES;
441441
DEFINES_MODULE = YES;
442442
DYLIB_COMPATIBILITY_VERSION = 1;
443-
DYLIB_CURRENT_VERSION = 7;
443+
DYLIB_CURRENT_VERSION = 8;
444444
DYLIB_INSTALL_NAME_BASE = "@rpath";
445445
INFOPLIST_FILE = Interpolate/Info.plist;
446446
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -460,7 +460,7 @@
460460
CLANG_ENABLE_MODULES = YES;
461461
DEFINES_MODULE = YES;
462462
DYLIB_COMPATIBILITY_VERSION = 1;
463-
DYLIB_CURRENT_VERSION = 7;
463+
DYLIB_CURRENT_VERSION = 8;
464464
DYLIB_INSTALL_NAME_BASE = "@rpath";
465465
INFOPLIST_FILE = Interpolate/Info.plist;
466466
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Interpolate/Info-tvOS.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.2.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Interpolate/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.2.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

InterpolateTests/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.2.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>8</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)