We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e22205 commit c0d9718Copy full SHA for c0d9718
CHANGELOG.md
@@ -1,18 +1,16 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
-## 5.0.2
5
-
6
-### Fixes
7
8
-* Fix #228 restore shared SwiftMessages scheme
9
10
+## 6.0.0
11
12
### Changes
13
14
* Migrate to Swift 4.2
15
+### Fixes
+
+* Fix #228 restore shared SwiftMessages scheme
16
## 5.0.1
17
18
### Fixes
SwiftMessages.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftMessages'
- spec.version = '5.0.3'
+ spec.version = '6.0.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
0 commit comments