Skip to content

Commit 98abd88

Browse files
authored
chore: prepare for release 3.1.5 (#459)
1 parent 57a0a62 commit 98abd88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Optimizely Objective-C SDK Changelog
22

33
## 3.1.5
4-
October 6th, 2020
4+
October 7th, 2020
55

66
### Bug Fixes
77
* Explicitly add secondary dependencies into podspecs to fix Xcode 12 build issue. ([#457](https://github.com/optimizely/objective-c-sdk/pull/457))

Scripts/update_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ do
129129
printf "\t[${curPodSpec}] Verified podspec: ${releaseSDKVersion}\n"
130130
done
131131

132-
# check total 17 (= 7 + 10) places replaced
133-
expTotalCount=17
132+
# check total 24 (= 7 + 17) places replaced
133+
expTotalCount=24
134134
if (( ${countChanges} == ${expTotalCount} ))
135135
then
136136
printf "Verified successfully! (podspec version updated in ${expTotalCount} places) \n"

0 commit comments

Comments
 (0)