diff --git a/Info.plist b/Info.plist
index 4655cad7..877c644f 100644
--- a/Info.plist
+++ b/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.2.2
+ 4.2.3
CFBundleSignature
????
CFBundleVersion
diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec
index fb47e5f1..a65fce5a 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.2'
+ s.version = '4.2.3'
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 ab4385bb..b6667fed 100644
--- a/Sources/AutomaticProperties.swift
+++ b/Sources/AutomaticProperties.swift
@@ -148,7 +148,7 @@ class AutomaticProperties {
}
class func libVersion() -> String {
- return "4.2.2"
+ return "4.2.3"
}
}
diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh
index 1f9ac583..f14a4cf6 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.2 \
+--module-version 4.2.3 \
--framework-root . \
--module Mixpanel