diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index dd5b1269..0b11d05f 100644 --- a/Mixpanel-swift.podspec +++ b/Mixpanel-swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel-swift' - s.version = '3.0.0.beta.4' + s.version = '3.0.0.beta.5' s.module_name = 'Mixpanel' s.license = 'Apache License, Version 2.0' s.summary = 'Mixpanel tracking library for iOS (Swift)' diff --git a/Sources/AutomaticProperties.swift b/Sources/AutomaticProperties.swift index a2f6976d..a2c649ca 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -120,7 +120,7 @@ class AutomaticProperties { #endif class func libVersion() -> String { - return "3.0.0.beta.4" + return "3.0.0.beta.5" } } diff --git a/Sources/Info.plist b/Sources/Info.plist index 86859bfd..270b5960 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0.beta.4 + 3.0.0.beta.5 CFBundleSignature ???? CFBundleVersion diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 332eb50d..7b515eca 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -3,6 +3,6 @@ jazzy \ -a Mixpanel \ -u http://mixpanel.com \ --github_url https://github.com/mixpanel/mixpanel-swift \ ---module-version 3.0.0.beta.4 \ +--module-version 3.0.0.beta.5 \ --framework-root . \ --module Mixpanel