File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Chatto"
3
- s . version = "2.0.1 "
3
+ s . version = "2.1.0 "
4
4
s . summary = "Chat framework in Swift"
5
5
s . description = <<-DESC
6
6
Lightweight chat framework to build Chat apps
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ChattoAdditions"
3
- s . version = "2.0.1 "
3
+ s . version = "2.1.0 "
4
4
s . summary = "UI componentes for Chatto"
5
5
s . description = <<-DESC
6
6
Text and photo bubbles
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.0.1 </string >
18
+ <string >2.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
30
30
31
31
2 . Include the following in your ` Podfile ` :
32
32
```
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
35
35
```
36
36
If you like living on the bleeding edge, you can use the ` master ` branch with:
37
37
```
You can’t perform that action at this time.
0 commit comments