Skip to content

Commit

Permalink
Version 2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantannar4 committed Nov 4, 2018
1 parent 37dc8f6 commit d16c6a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-test:

environment:
- DESTINATION: "platform=iOS Simulator,name=iPhone XR"
- DESTINATION: "platform=iOS Simulator,name=iPhone XS"

# Specify the Xcode version to use.
macos:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa

--------------------------------------

## Upcoming Release
## [2.0.0](https://github.com/MessageKit/MessageKit/releases/tag/2.0.0)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion MessageKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '2.0.0-beta.1'
s.version = '2.0.0'
s.license = { :type => "MIT", :file => "LICENSE.md" }

s.summary = 'An elegant messages UI library for iOS.'
Expand Down

0 comments on commit d16c6a8

Please sign in to comment.