We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1ea47 commit 56cf43eCopy full SHA for 56cf43e
Argo.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'Argo'
3
- spec.version = '4.0.0'
+ spec.version = '4.1.0'
4
spec.summary = 'Functional JSON parsing library for Swift.'
5
spec.homepage = 'https://github.com/thoughtbot/Argo'
6
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Resources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>4.0.0</string>
+ <string>4.1.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments