diff --git a/Mixpanel-swift.podspec b/Mixpanel-swift.podspec
index ad4d027c..bfeb194a 100644
--- a/Mixpanel-swift.podspec
+++ b/Mixpanel-swift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel-swift'
- s.version = '2.8.1'
+ s.version = '2.8.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 f15856c1..e7eb6e2e 100644
--- a/Sources/AutomaticProperties.swift
+++ b/Sources/AutomaticProperties.swift
@@ -118,7 +118,7 @@ class AutomaticProperties {
#endif
class func libVersion() -> String {
- return "2.8.1"
+ return "2.8.2"
}
}
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 0b8ea41c..6168ba1f 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.8.1
+ 2.8.2
CFBundleSignature
????
CFBundleVersion
diff --git a/generate_docs.sh b/generate_docs.sh
index 00062af7..ead1469c 100755
--- a/generate_docs.sh
+++ b/generate_docs.sh
@@ -3,6 +3,6 @@ jazzy \
-a Mixpanel \
-u http://mixpanel.com \
--github_url https://github.com/mixpanel/mixpanel-swift \
---module-version 2.8.1 \
+--module-version 2.8.2 \
--framework-root . \
--module Mixpanel