diff --git a/Chatto.podspec b/Chatto.podspec
index f2b5e3a5e..a2ea3446d 100644
--- a/Chatto.podspec
+++ b/Chatto.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Chatto"
- s.version = "3.5.0"
+ s.version = "3.6.0"
s.summary = "Chat framework in Swift"
s.description = <<-DESC
Lightweight chat framework to build Chat apps
@@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source_files = "Chatto/Source/**/*.{h,m,swift}"
s.public_header_files = "Chatto/Source/**/*.h"
s.requires_arc = true
- s.swift_version = '5.0'
+ s.swift_version = '5.1'
end
diff --git a/Chatto/Source/Info.plist b/Chatto/Source/Info.plist
index 2bf762f69..03812edd8 100644
--- a/Chatto/Source/Info.plist
+++ b/Chatto/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.5.0
+ 3.6.0
CFBundleSignature
????
CFBundleVersion
diff --git a/ChattoAdditions.podspec b/ChattoAdditions.podspec
index fe0a81f89..0067f2680 100644
--- a/ChattoAdditions.podspec
+++ b/ChattoAdditions.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChattoAdditions"
- s.version = "3.5.0"
+ s.version = "3.6.0"
s.summary = "UI componentes for Chatto"
s.description = <<-DESC
Text and photo bubbles
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = "ChattoAdditions/Source/**/*.{h,m,swift}"
s.public_header_files = "ChattoAdditions/Source/**/*.h"
s.requires_arc = true
- s.swift_version = '5.0'
+ s.swift_version = '5.1'
s.resources = ["ChattoAdditions/Source/**/*.xib", "ChattoAdditions/Source/**/*.storyboard", "ChattoAdditions/Source/**/*.xcassets"]
s.dependency 'Chatto'
end
diff --git a/ChattoAdditions/Source/Info.plist b/ChattoAdditions/Source/Info.plist
index 2bf762f69..03812edd8 100644
--- a/ChattoAdditions/Source/Info.plist
+++ b/ChattoAdditions/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.5.0
+ 3.6.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index d9284e448..98f4d20a2 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 5
- pod 'Chatto', '= 3.5.0'
- pod 'ChattoAdditions', '= 3.5.0' # if you want to use the cells or the input component
+ pod 'Chatto', '= 3.6.0'
+ pod 'ChattoAdditions', '= 3.6.0' # if you want to use the cells or the input component
```
```
# Swift 4.2