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

Commit 7ab6c47

Browse files
committed
Version Bump: 3.0.0 (13)
1 parent e1297e7 commit 7ab6c47

9 files changed

Lines changed: 23 additions & 23 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 = '2.1.2'
3+
s.version = '3.0.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
@@ -766,7 +766,7 @@
766766
baseConfigurationReference = 4E71BDC31CA9A6E000725B30 /* tvOS-Framework.xcconfig */;
767767
buildSettings = {
768768
DYLIB_COMPATIBILITY_VERSION = 1;
769-
DYLIB_CURRENT_VERSION = 12;
769+
DYLIB_CURRENT_VERSION = 13;
770770
INFOPLIST_FILE = Iris/Platforms/tvOS/Info.plist;
771771
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
772772
PRODUCT_NAME = Iris;
@@ -779,7 +779,7 @@
779779
baseConfigurationReference = 4E71BDC31CA9A6E000725B30 /* tvOS-Framework.xcconfig */;
780780
buildSettings = {
781781
DYLIB_COMPATIBILITY_VERSION = 1;
782-
DYLIB_CURRENT_VERSION = 12;
782+
DYLIB_CURRENT_VERSION = 13;
783783
INFOPLIST_FILE = Iris/Platforms/tvOS/Info.plist;
784784
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
785785
PRODUCT_NAME = Iris;
@@ -814,7 +814,7 @@
814814
baseConfigurationReference = 4E71BDBD1CA9A6E000725B30 /* Mac-Framework.xcconfig */;
815815
buildSettings = {
816816
DYLIB_COMPATIBILITY_VERSION = 1;
817-
DYLIB_CURRENT_VERSION = 12;
817+
DYLIB_CURRENT_VERSION = 13;
818818
FRAMEWORK_VERSION = A;
819819
INFOPLIST_FILE = Iris/Platforms/macOS/Info.plist;
820820
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
@@ -828,7 +828,7 @@
828828
baseConfigurationReference = 4E71BDBD1CA9A6E000725B30 /* Mac-Framework.xcconfig */;
829829
buildSettings = {
830830
DYLIB_COMPATIBILITY_VERSION = 1;
831-
DYLIB_CURRENT_VERSION = 12;
831+
DYLIB_CURRENT_VERSION = 13;
832832
FRAMEWORK_VERSION = A;
833833
INFOPLIST_FILE = Iris/Platforms/macOS/Info.plist;
834834
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
@@ -867,7 +867,7 @@
867867
CLANG_WARN_COMMA = YES;
868868
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
869869
CLANG_WARN_STRICT_PROTOTYPES = YES;
870-
CURRENT_PROJECT_VERSION = 12;
870+
CURRENT_PROJECT_VERSION = 13;
871871
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
872872
MACOSX_DEPLOYMENT_TARGET = 10.10;
873873
TVOS_DEPLOYMENT_TARGET = 9.0;
@@ -884,7 +884,7 @@
884884
CLANG_WARN_COMMA = YES;
885885
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
886886
CLANG_WARN_STRICT_PROTOTYPES = YES;
887-
CURRENT_PROJECT_VERSION = 12;
887+
CURRENT_PROJECT_VERSION = 13;
888888
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
889889
MACOSX_DEPLOYMENT_TARGET = 10.10;
890890
TVOS_DEPLOYMENT_TARGET = 9.0;
@@ -898,7 +898,7 @@
898898
baseConfigurationReference = 4E71BDB71CA9A6E000725B30 /* iOS-Framework.xcconfig */;
899899
buildSettings = {
900900
DYLIB_COMPATIBILITY_VERSION = 1;
901-
DYLIB_CURRENT_VERSION = 12;
901+
DYLIB_CURRENT_VERSION = 13;
902902
INFOPLIST_FILE = Iris/Platforms/iOS/Info.plist;
903903
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
904904
PRODUCT_NAME = Iris;
@@ -911,7 +911,7 @@
911911
baseConfigurationReference = 4E71BDB71CA9A6E000725B30 /* iOS-Framework.xcconfig */;
912912
buildSettings = {
913913
DYLIB_COMPATIBILITY_VERSION = 1;
914-
DYLIB_CURRENT_VERSION = 12;
914+
DYLIB_CURRENT_VERSION = 13;
915915
INFOPLIST_FILE = Iris/Platforms/iOS/Info.plist;
916916
PRODUCT_BUNDLE_IDENTIFIER = com.hodinkee.Iris;
917917
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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ A Swift framework for working with Imgix.
1717
### [Carthage](https://github.com/carthage/carthage)
1818

1919
```
20-
github "hodinkee/Iris" ~> 2.1
20+
github "hodinkee/Iris" ~> 3.0
2121
```
2222

2323
### [CocoaPods](https://github.com/cocoapods/cocoapods)
2424

2525
```
26-
pod "Iris", "~> 2.1"
26+
pod "Iris", "~> 3.0"
2727
```
2828

2929
## Usage

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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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>2.1.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)