From b1d09625f2a9982d0cd33db1090d5a26dee9ced1 Mon Sep 17 00:00:00 2001 From: optibot Date: Fri, 2 Oct 2020 15:10:19 -0700 Subject: [PATCH] ci(travis): auto release prep for 3.5.0 (#372) Co-authored-by: optibot --- OptimizelySwiftSDK.podspec | 2 +- Podfile.lock | 2 +- Sources/Utils/SDKVersion.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OptimizelySwiftSDK.podspec b/OptimizelySwiftSDK.podspec index eaf2d11cb..3160cc3f4 100644 --- a/OptimizelySwiftSDK.podspec +++ b/OptimizelySwiftSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OptimizelySwiftSDK" s.module_name = "Optimizely" - s.version = "3.4.0" + s.version = "3.5.0" s.summary = "Optimizely experiment framework for iOS/tvOS" s.homepage = "https://docs.developers.optimizely.com/full-stack/docs" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } diff --git a/Podfile.lock b/Podfile.lock index 914763da6..a84ff107b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -13,4 +13,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 159491f53ea704c30be049e048d854a49f9b7433 -COCOAPODS: 1.9.2 +COCOAPODS: 1.9.1 diff --git a/Sources/Utils/SDKVersion.swift b/Sources/Utils/SDKVersion.swift index 8d0b92e33..eec5bb1ae 100644 --- a/Sources/Utils/SDKVersion.swift +++ b/Sources/Utils/SDKVersion.swift @@ -18,4 +18,4 @@ /// Do not edit this field. /// - It is auto updated (Scripts/updated_version.sh) to reflect the current version /// - Do not put underscores in the name (Swiftlint can modify unexpectedly) -let OPTIMIZELYSDKVERSION = "3.4.0" +let OPTIMIZELYSDKVERSION = "3.5.0"