From bfaab8c116807d08a7b34f30ee83290c6e0e63f7 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Mon, 11 Apr 2022 12:58:46 -0700 Subject: [PATCH] Version 3.2.0 --- Info.plist | 2 +- Mixpanel-swift.podspec | 2 +- Sources/AutomaticProperties.swift | 2 +- scripts/generate_docs.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Info.plist b/Info.plist index 9df2d9c7..7343c099 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.7 + 3.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index a2c78347..4942173f 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.1.7' + s.version = '3.2.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 dc5a69e6..5507a54a 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -145,7 +145,7 @@ class AutomaticProperties { } class func libVersion() -> String { - return "3.1.7" + return "3.2.0" } } diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index b1473ab7..fd14cf4e 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.1.7 \ +--module-version 3.2.0 \ --framework-root . \ --module Mixpanel