Bumps version to 3.0.1
This commit is contained in:
parent
d4221fc7e6
commit
be72adeae3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.0</string>
|
||||
<string>3.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.0</string>
|
||||
<string>3.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.0</string>
|
||||
<string>3.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.0</string>
|
||||
<string>3.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue