From f53d469e1015dd85ba34d009dff8a266ada8e3ae Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Mon, 13 Nov 2023 13:54:02 -0800 Subject: [PATCH] Version 4.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 917c4f38..cbd79418 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.4 + 4.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index 0b75c20a..12154983 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.1.4' + s.version = '4.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 1b645eb1..b8e58eba 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -144,7 +144,7 @@ class AutomaticProperties { } class func libVersion() -> String { - return "4.1.4" + return "4.2.0" } } diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 3684549f..992b60b6 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.1.4 \ +--module-version 4.2.0 \ --framework-root . \ --module Mixpanel