Skip to content

Commit

Permalink
ci(travis): auto release prep for 3.6.0 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: optibot <optibot@users.noreply.github.com>
  • Loading branch information
optibot and optibot authored Nov 4, 2020
1 parent 241eb83 commit abf9b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OptimizelySwiftSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "OptimizelySwiftSDK"
s.module_name = "Optimizely"
s.version = "3.5.0"
s.version = "3.6.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" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Utils/SDKVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0"
let OPTIMIZELYSDKVERSION = "3.6.0"

0 comments on commit abf9b23

Please sign in to comment.