Skip to content

Commit 1fb8acb

Browse files
committed
Bumps version to 2.1.0
1 parent bdf753f commit 1fb8acb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Chatto.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Chatto"
3-
s.version = "2.0.1"
3+
s.version = "2.1.0"
44
s.summary = "Chat framework in Swift"
55
s.description = <<-DESC
66
Lightweight chat framework to build Chat apps

Chatto/Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Chatto/Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ChattoAdditions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ChattoAdditions"
3-
s.version = "2.0.1"
3+
s.version = "2.1.0"
44
s.summary = "UI componentes for Chatto"
55
s.description = <<-DESC
66
Text and photo bubbles

ChattoAdditions/Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ChattoAdditions/Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
3030

3131
2. Include the following in your `Podfile`:
3232
```
33-
pod 'Chatto', '= 2.0.1'
34-
pod 'ChattoAdditions', '= 2.0.1' # if you want to use the cells or the input component
33+
pod 'Chatto', '= 2.1.0'
34+
pod 'ChattoAdditions', '= 2.1.0' # if you want to use the cells or the input component
3535
```
3636
If you like living on the bleeding edge, you can use the `master` branch with:
3737
```

0 commit comments

Comments
 (0)