We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fd221 commit f168f0bCopy full SHA for f168f0b
Resources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.1.3</string>
+ <string>0.1.4</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
TOMLDecoder.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "TOMLDecoder"
3
- spec.version = "0.1.3"
+ spec.version = "0.1.4"
4
spec.summary = "Swift Decodable support for TOML."
5
spec.homepage = "https://github.com/dduan/TOMLDecoder"
6
spec.license = { :type => "MIT", :file => "LICENSE.md" }
0 commit comments