Skip to content

Commit 28291af

Browse files
committed
Version 4.0.5
1 parent eedbe44 commit 28291af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.0.4</string>
18+
<string>4.0.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Mixpanel-swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Mixpanel-swift'
3-
s.version = '4.0.4'
3+
s.version = '4.0.5'
44
s.module_name = 'Mixpanel'
55
s.license = 'Apache License, Version 2.0'
66
s.summary = 'Mixpanel tracking library for iOS (Swift)'

Sources/AutomaticProperties.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class AutomaticProperties {
142142
}
143143

144144
class func libVersion() -> String {
145-
return "4.0.4"
145+
return "4.0.5"
146146
}
147147

148148
}

scripts/generate_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ jazzy \
33
-a Mixpanel \
44
-u http://mixpanel.com \
55
--github_url https://github.com/mixpanel/mixpanel-swift \
6-
--module-version 4.0.4 \
6+
--module-version 4.0.5 \
77
--framework-root . \
88
--module Mixpanel

0 commit comments

Comments
 (0)