diff --git a/ChatViewController.podspec b/ChatViewController.podspec index 0c1393e..f39f8d4 100644 --- a/ChatViewController.podspec +++ b/ChatViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ChatViewController' - s.version = '1.1.0' + s.version = '1.2.0' s.license = 'MIT' s.summary = 'ChatViewController, ChatBar, ImagePicker like Slack Application.' s.homepage = 'https://github.com/hoangtaiki/ChatViewController' diff --git a/README.md b/README.md index a67c236..63f3db4 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ $ brew install carthage To integrate ChatViewController into your Xcode project using Carthage, specify it in your `Cartfile`: ``` -github "hoangtaiki/ChatViewController" ~> 1.1 +github "hoangtaiki/ChatViewController" ~> 1.2.0 ``` Run `carthage update` to build the framework and drag the built `ChatViewController.framework` and `PlaceholderUITextView.framework` into your Xcode project. @@ -109,7 +109,7 @@ Install with [Swift Package Manager](https://github.com/apple/swift-package-mana ```swift dependencies: [ - .package(url: "https://github.com/hoangtaiki/ChatViewController", from: "1.1.0"), + .package(url: "https://github.com/hoangtaiki/ChatViewController", from: "1.2.0"), ], ```