Skip to content

Commit fceb136

Browse files
authored
ci(travis): auto release prep for 3.7.0 (#392)
1 parent 2567b0a commit fceb136

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OptimizelySwiftSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OptimizelySwiftSDK"
33
s.module_name = "Optimizely"
4-
s.version = "3.6.1"
4+
s.version = "3.7.0"
55
s.summary = "Optimizely experiment framework for iOS/tvOS"
66
s.homepage = "https://docs.developers.optimizely.com/full-stack/docs"
77
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SPEC CHECKSUMS:
1717

1818
PODFILE CHECKSUM: 0195918f4c7b47425ae284153b642617e2ef6781
1919

20-
COCOAPODS: 1.9.3
20+
COCOAPODS: 1.9.1

Sources/Utils/SDKVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
/// Do not edit this field.
1919
/// - It is auto updated (Scripts/updated_version.sh) to reflect the current version
2020
/// - Do not put underscores in the name (Swiftlint can modify unexpectedly)
21-
let OPTIMIZELYSDKVERSION = "3.6.1"
21+
let OPTIMIZELYSDKVERSION = "3.7.0"

0 commit comments

Comments
 (0)