File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 os : osx
103103 osx_image : xcode11.3
104104 env :
105- - VERSION=3.2.0
105+ - VERSION=3.2.1
106106 install :
107107 # install hub
108108 - wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -119,7 +119,7 @@ jobs:
119119 os : osx
120120 osx_image : xcode11.3
121121 env :
122- - VERSION=3.2.0
122+ - VERSION=3.2.1
123123 install :
124124 # install hub
125125 - wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
Original file line number Diff line number Diff line change 11# Optimizely Swift SDK Changelog
22
3+ ## 3.2.1
4+ January 16, 2020
5+
6+ ### Bug Fixes
7+ - Swift Package Manager (SPM) spec changed to iOS10+/tvOS10+
8+
9+
310## 3.2.0
411January 15, 2020
512
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ Please note below that _\<platform\>_ is used to represent the platform on which
3131#### CocoaPods
32321 . Add the following lines to the _ Podfile_ :<pre >
3333 ```use_frameworks!```
34- ```pod 'OptimizelySwiftSDK', '~> 3.2.0 '```
34+ ```pod 'OptimizelySwiftSDK', '~> 3.2.1 '```
3535 </pre>
3636
37372 . Run the following command: <pre >``` pod install ``` </pre >
3838
3939Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
4040
4141#### Carthage
42- 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.2.0 ``` </pre >
42+ 1 . Add the following lines to the _ Cartfile_ :<pre >``` github "optimizely/swift-sdk" ~> 3.2.1 ``` </pre >
4343
44442 . Run the following command:<pre >``` carthage update ``` </pre >
4545
@@ -61,7 +61,7 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
6161
6262```
6363dependencies: [
64- .package(url: "https://github.com/optimizely/swift-sdk.git", .upToNextMinor(from: “3.2.0 ”))
64+ .package(url: "https://github.com/optimizely/swift-sdk.git", .upToNextMinor(from: “3.2.1 ”))
6565]
6666```
6767
You can’t perform that action at this time.
0 commit comments