From 9f4de4fff958cdfdf72994fbb1e53a462d582ba4 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Mon, 18 Mar 2024 12:53:42 -0700 Subject: [PATCH] Version 4.2.2 --- 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 bc397a1e..4655cad7 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.2.1 + 4.2.2 CFBundleSignature ???? CFBundleVersion diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec index b046c47a..84b0dd69 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.1' + s.version = '4.2.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 140825c0..ab4385bb 100644 --- a/Sources/AutomaticProperties.swift +++ b/Sources/AutomaticProperties.swift @@ -148,7 +148,7 @@ class AutomaticProperties { } class func libVersion() -> String { - return "4.2.1" + return "4.2.2" } } diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 2a983266..1f9ac583 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.1 \ +--module-version 4.2.2 \ --framework-root . \ --module Mixpanel