diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index 944eb44d..b9051b22 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.1' + s.version = '3.0.0.beta.2' 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 3c8c05fd..4907d5e8 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -118,7 +118,7 @@ class AutomaticProperties { #endif class func libVersion() -> String { - return "3.0.0.beta.1" + return "3.0.0.beta.2" } } diff --git a/Sources/Info.plist b/Sources/Info.plist index adefcfc8..eab5ad31 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0.beta.1 + 3.0.0.beta.2 CFBundleSignature ???? CFBundleVersion diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 9c54f701..ac8d64c9 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.1 \ +--module-version 3.0.0.beta.2 \ --framework-root . \ --module Mixpanel