Skip to content

Commit

Permalink
Version 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Apr 9, 2021
1 parent 8bfd672 commit 207a6df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = '2.9.1'
s.version = '2.9.2'
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 @@ -118,7 +118,7 @@ class AutomaticProperties {
#endif

class func libVersion() -> String {
return "2.9.1"
return "2.9.2"
}

}
2 changes: 1 addition & 1 deletion Sources/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>2.9.1</string>
<string>2.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 207a6df

Please sign in to comment.