diff --git a/Himotoki.podspec b/Himotoki.podspec
index de17649..4245486 100644
--- a/Himotoki.podspec
+++ b/Himotoki.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Himotoki"
- s.version = "2.1.0"
+ s.version = "2.1.1"
s.summary = "A type-safe JSON decoding library purely written in Swift"
s.description = <<-DESC
Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper).
diff --git a/README.md b/README.md
index d0d760b..aca621d 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ There are 3 options. If your app support iOS 7, you can only use the last way.
Himotoki is [Carthage](https://github.com/Carthage/Carthage) compatible.
-- Add `github "ikesyo/Himotoki" ~> 2.1` to your Cartfile.
+- Add `github "ikesyo/Himotoki" ~> 2.1.1` to your Cartfile.
- Run `carthage update`.
### Framework with CocoaPods
@@ -115,7 +115,7 @@ Himotoki also can be used by [CocoaPods](https://cocoapods.org/).
```ruby
use_frameworks!
- pod "Himotoki", "~> 2.1"
+ pod "Himotoki", "~> 2.1.1"
```
- Run `pod install`.
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 0d4b537..198649c 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0
+ 2.1.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Tests/Himotoki/Info.plist b/Tests/Himotoki/Info.plist
index 6d02d07..01eb78a 100644
--- a/Tests/Himotoki/Info.plist
+++ b/Tests/Himotoki/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.1.0
+ 2.1.1
CFBundleSignature
????
CFBundleVersion