File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
build-and-test :
9
9
10
10
environment :
11
- - DESTINATION : " platform=iOS Simulator,name=iPhone XR "
11
+ - DESTINATION : " platform=iOS Simulator,name=iPhone XS "
12
12
13
13
# Specify the Xcode version to use.
14
14
macos :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
4
4
5
5
--------------------------------------
6
6
7
- ## Upcoming Release
7
+ ## [ 2.0.0 ] ( https://github.com/MessageKit/MessageKit/releases/tag/2.0.0 )
8
8
9
9
### Changed
10
10
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MessageKit'
3
- s . version = '2.0.0-beta.1 '
3
+ s . version = '2.0.0'
4
4
s . license = { :type => "MIT" , :file => "LICENSE.md" }
5
5
6
6
s . summary = 'An elegant messages UI library for iOS.'
You can’t perform that action at this time.
0 commit comments