Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit db4c560

Browse files
committed
Version Bump: 1.1.0 (6)
1 parent d9ab958 commit db4c560

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

Iris.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Iris'
3-
s.version = '1.0.4'
3+
s.version = '1.1.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A Swift framework for working with Imgix.'
66
s.homepage = 'https://github.com/hodinkee/iris'

Iris.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
CODE_SIGN_IDENTITY = "iPhone Developer";
729729
"CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
730730
DYLIB_COMPATIBILITY_VERSION = 1;
731-
DYLIB_CURRENT_VERSION = 5;
731+
DYLIB_CURRENT_VERSION = 6;
732732
INFOPLIST_FILE = Iris/Platforms/tvOS/Info.plist;
733733
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
734734
PRODUCT_NAME = Iris;
@@ -742,7 +742,7 @@
742742
CODE_SIGN_IDENTITY = "iPhone Developer";
743743
"CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
744744
DYLIB_COMPATIBILITY_VERSION = 1;
745-
DYLIB_CURRENT_VERSION = 5;
745+
DYLIB_CURRENT_VERSION = 6;
746746
INFOPLIST_FILE = Iris/Platforms/tvOS/Info.plist;
747747
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
748748
PRODUCT_NAME = Iris;
@@ -778,7 +778,7 @@
778778
baseConfigurationReference = 4E71BDBD1CA9A6E000725B30 /* Mac-Framework.xcconfig */;
779779
buildSettings = {
780780
DYLIB_COMPATIBILITY_VERSION = 1;
781-
DYLIB_CURRENT_VERSION = 5;
781+
DYLIB_CURRENT_VERSION = 6;
782782
FRAMEWORK_VERSION = A;
783783
INFOPLIST_FILE = Iris/Platforms/macOS/Info.plist;
784784
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
@@ -791,7 +791,7 @@
791791
baseConfigurationReference = 4E71BDBD1CA9A6E000725B30 /* Mac-Framework.xcconfig */;
792792
buildSettings = {
793793
DYLIB_COMPATIBILITY_VERSION = 1;
794-
DYLIB_CURRENT_VERSION = 5;
794+
DYLIB_CURRENT_VERSION = 6;
795795
FRAMEWORK_VERSION = A;
796796
INFOPLIST_FILE = Iris/Platforms/macOS/Info.plist;
797797
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
@@ -823,7 +823,7 @@
823823
isa = XCBuildConfiguration;
824824
baseConfigurationReference = 4E71BDAA1CA9A6E000725B30 /* Debug.xcconfig */;
825825
buildSettings = {
826-
CURRENT_PROJECT_VERSION = 5;
826+
CURRENT_PROJECT_VERSION = 6;
827827
ENABLE_TESTABILITY = YES;
828828
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
829829
MACOSX_DEPLOYMENT_TARGET = 10.10;
@@ -837,7 +837,7 @@
837837
isa = XCBuildConfiguration;
838838
baseConfigurationReference = 4E71BDAC1CA9A6E000725B30 /* Release.xcconfig */;
839839
buildSettings = {
840-
CURRENT_PROJECT_VERSION = 5;
840+
CURRENT_PROJECT_VERSION = 6;
841841
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
842842
MACOSX_DEPLOYMENT_TARGET = 10.10;
843843
TVOS_DEPLOYMENT_TARGET = 9.0;
@@ -853,7 +853,7 @@
853853
CODE_SIGN_IDENTITY = "iPhone Developer";
854854
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
855855
DYLIB_COMPATIBILITY_VERSION = 1;
856-
DYLIB_CURRENT_VERSION = 5;
856+
DYLIB_CURRENT_VERSION = 6;
857857
INFOPLIST_FILE = Iris/Platforms/iOS/Info.plist;
858858
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
859859
PRODUCT_NAME = Iris;
@@ -867,7 +867,7 @@
867867
CODE_SIGN_IDENTITY = "iPhone Developer";
868868
"CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
869869
DYLIB_COMPATIBILITY_VERSION = 1;
870-
DYLIB_CURRENT_VERSION = 5;
870+
DYLIB_CURRENT_VERSION = 6;
871871
INFOPLIST_FILE = Iris/Platforms/iOS/Info.plist;
872872
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
873873
PRODUCT_NAME = Iris;

Iris/Platforms/iOS/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>1.0.4</string>
18+
<string>1.1.0</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>

Iris/Platforms/macOS/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>1.0.4</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>NSHumanReadableCopyright</key>
2424
<string>Copyright © 2015 HODINKEE. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>

Iris/Platforms/tvOS/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>1.0.4</string>
18+
<string>1.1.0</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>

Tests/Platforms/iOS/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>1.0.4</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
</dict>
2424
</plist>

Tests/Platforms/macOS/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>1.0.4</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
</dict>
2424
</plist>

Tests/Platforms/tvOS/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>1.0.4</string>
18+
<string>1.1.0</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)