Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtaiki committed Apr 12, 2019
1 parent 49c2de8 commit 50d0698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChatViewController.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"),
],
```

Expand Down

0 comments on commit 50d0698

Please sign in to comment.