diff --git a/README.md b/README.md
index 827027f..2862f73 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ pod "TOMLDecoder"
#### With [SwiftPM](https://swift.org/package-manager)
```swift
-.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.0.3")
+.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.1.3")
```
#### With [Carthage](https://github.com/Carthage/Carthage)
diff --git a/Resources/Info.plist b/Resources/Info.plist
index d80c0cf..376659c 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.0.3
+ 0.1.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/TOMLDecoder.podspec b/TOMLDecoder.podspec
index 5b215dd..7e1d7ab 100644
--- a/TOMLDecoder.podspec
+++ b/TOMLDecoder.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "TOMLDecoder"
- spec.version = "0.0.3"
+ spec.version = "0.1.3"
spec.summary = "Swift Decodable support for TOML."
spec.homepage = "https://github.com/dduan/TOMLDecoder"
spec.license = { :type => "MIT", :file => "LICENSE.md" }