From 5b6e7a18a4fceba688fcdf31e7757ca996aa813e Mon Sep 17 00:00:00 2001 From: Victor Shamanov Date: Mon, 21 Sep 2020 04:26:13 +0100 Subject: [PATCH] Bump version to 4.0.0 --- Chatto.podspec | 2 +- Chatto/Source/Info.plist | 2 +- ChattoAdditions.podspec | 2 +- ChattoAdditions/Source/Info.plist | 2 +- README.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Chatto.podspec b/Chatto.podspec index a2ea3446d..f82fd715c 100644 --- a/Chatto.podspec +++ b/Chatto.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Chatto" - s.version = "3.6.0" + s.version = "4.0.0" 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 03812edd8..1bcfa6d13 100644 --- a/Chatto/Source/Info.plist +++ b/Chatto/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.6.0 + 4.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ChattoAdditions.podspec b/ChattoAdditions.podspec index 0067f2680..7c862284e 100644 --- a/ChattoAdditions.podspec +++ b/ChattoAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ChattoAdditions" - s.version = "3.6.0" + s.version = "4.0.0" 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 03812edd8..1bcfa6d13 100644 --- a/ChattoAdditions/Source/Info.plist +++ b/ChattoAdditions/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.6.0 + 4.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 98f4d20a2..f70d53695 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.6.0' - pod 'ChattoAdditions', '= 3.6.0' # if you want to use the cells or the input component + pod 'Chatto', '= 4.0.0' + pod 'ChattoAdditions', '= 4.0.0' # if you want to use the cells or the input component ``` ``` # Swift 4.2