Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Apr 11, 2022
1 parent 6916b30 commit bfaab8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.7</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Mixpanel-swift.podspec
Original file line number Diff line number Diff line change
@@ -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)'
Expand Down
2 changes: 1 addition & 1 deletion Sources/AutomaticProperties.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class AutomaticProperties {
}

class func libVersion() -> String {
return "3.1.7"
return "3.2.0"
}

}
2 changes: 1 addition & 1 deletion scripts/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bfaab8c

Please sign in to comment.