From be72adeae35b87f0549865068018b2082c4cf271 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Fri, 28 Oct 2016 00:20:51 +0100 Subject: [PATCH] Bumps version to 3.0.1 --- Chatto.podspec | 2 +- Chatto/Source/Info.plist | 2 +- Chatto/Tests/Info.plist | 2 +- ChattoAdditions.podspec | 2 +- ChattoAdditions/Source/Info.plist | 2 +- ChattoAdditions/Tests/Info.plist | 2 +- README.md | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) 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