Skip to content

Commit 3b07823

Browse files
authored
prepare for release 3.2.1 (#289)
1 parent afa34a1 commit 3b07823

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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
411
January 15, 2020
512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Please note below that _\<platform\>_ is used to represent the platform on which
3131
#### CocoaPods
3232
1. 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

3737
2. Run the following command: <pre>``` pod install ```</pre>
3838

3939
Further 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

4444
2. 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
```
6363
dependencies: [
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

0 commit comments

Comments
 (0)