Skip to content

Commit 5b6e7a1

Browse files
committed
Bump version to 4.0.0
1 parent 17267d3 commit 5b6e7a1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 = "3.6.0"
3+
s.version = "4.0.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>3.6.0</string>
18+
<string>4.0.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 = "3.6.0"
3+
s.version = "4.0.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>3.6.0</string>
18+
<string>4.0.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
@@ -31,8 +31,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
3131
2. Include the following in your `Podfile`:
3232
```
3333
# Swift 5
34-
pod 'Chatto', '= 3.6.0'
35-
pod 'ChattoAdditions', '= 3.6.0' # if you want to use the cells or the input component
34+
pod 'Chatto', '= 4.0.0'
35+
pod 'ChattoAdditions', '= 4.0.0' # if you want to use the cells or the input component
3636
```
3737
```
3838
# Swift 4.2

0 commit comments

Comments
 (0)