We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaad189 commit 9a3f911Copy full SHA for 9a3f911
Yams.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Yams'
3
- s.version = '0.1.1'
+ s.version = '0.1.2'
4
s.summary = 'A sweet and swifty Yaml parser.'
5
s.homepage = 'https://github.com/jpsim/Yams'
6
s.source = { :git => s.homepage + '.git', :tag => s.version }
Yams.xcodeproj/Yams_Info.plist
@@ -14,7 +14,7 @@
14
<key>CFBundlePackageType</key>
15
<string>FMWK</string>
16
<key>CFBundleShortVersionString</key>
17
- <string>0.1.1</string>
+ <string>0.1.2</string>
18
<key>CFBundleSignature</key>
19
<string>????</string>
20
<key>CFBundleVersion</key>
0 commit comments