diff --git a/Info.plist b/Info.plist index 9abaf6e8..25c8637a 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.2.7 + 4.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index 93d94bc9..9d6825d7 100644 --- a/Mixpanel-swift.podspec +++ b/Mixpanel-swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Mixpanel-swift' - s.version = '4.2.7' + s.version = '4.3.0' 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 133713d6..813d761b 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -148,7 +148,7 @@ class AutomaticProperties { } class func libVersion() -> String { - return "4.2.7" + return "4.3.0" } } diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 9695edd6..4e808a73 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 4.2.7 \ +--module-version 4.3.0 \ --framework-root . \ --module Mixpanel