diff --git a/Chatto.podspec b/Chatto.podspec
index ae4de31..719695d 100644
--- a/Chatto.podspec
+++ b/Chatto.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Chatto"
- s.version = "3.0.0"
+ s.version = "3.0.1"
s.summary = "Chat framework in Swift"
s.description = <<-DESC
Lightweight chat framework to build Chat apps
diff --git a/Chatto/Source/Info.plist b/Chatto/Source/Info.plist
index e0f4bf7..dc2b99a 100644
--- a/Chatto/Source/Info.plist
+++ b/Chatto/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.0
+ 3.0.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Chatto/Tests/Info.plist b/Chatto/Tests/Info.plist
index b75bb84..7a84bdd 100644
--- a/Chatto/Tests/Info.plist
+++ b/Chatto/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 3.0.0
+ 3.0.1
CFBundleSignature
????
CFBundleVersion
diff --git a/ChattoAdditions.podspec b/ChattoAdditions.podspec
index 1fbc6d1..29101d4 100644
--- a/ChattoAdditions.podspec
+++ b/ChattoAdditions.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChattoAdditions"
- s.version = "3.0.0"
+ s.version = "3.0.1"
s.summary = "UI componentes for Chatto"
s.description = <<-DESC
Text and photo bubbles
diff --git a/ChattoAdditions/Source/Info.plist b/ChattoAdditions/Source/Info.plist
index e0f4bf7..dc2b99a 100644
--- a/ChattoAdditions/Source/Info.plist
+++ b/ChattoAdditions/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.0
+ 3.0.1
CFBundleSignature
????
CFBundleVersion
diff --git a/ChattoAdditions/Tests/Info.plist b/ChattoAdditions/Tests/Info.plist
index b75bb84..7a84bdd 100644
--- a/ChattoAdditions/Tests/Info.plist
+++ b/ChattoAdditions/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 3.0.0
+ 3.0.1
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index 518b1d5..1edf5ce 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
2. Include the following in your `Podfile`:
```
# Swift 3
- pod 'Chatto', '= 3.0.0'
- pod 'ChattoAdditions', '= 3.0.0' # if you want to use the cells or the input component
+ pod 'Chatto', '= 3.0.1'
+ pod 'ChattoAdditions', '= 3.0.1' # if you want to use the cells or the input component
```
```
# Swift 2.x