Skip to content

Commit d16c6a8

Browse files
committed
Version 2.0.0 Release
1 parent 37dc8f6 commit d16c6a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-test:
99

1010
environment:
11-
- DESTINATION: "platform=iOS Simulator,name=iPhone XR"
11+
- DESTINATION: "platform=iOS Simulator,name=iPhone XS"
1212

1313
# Specify the Xcode version to use.
1414
macos:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
44

55
--------------------------------------
66

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

99
### Changed
1010

MessageKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessageKit'
3-
s.version = '2.0.0-beta.1'
3+
s.version = '2.0.0'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

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

0 commit comments

Comments
 (0)