File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ 1.1.3] ( https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/1.1.2 )
4
+ ## [ 1.1.4] ( https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/1.1.4 )
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix #16 Preserve status bar visibility when displaying message in a new window.
9
+
10
+ ## [ 1.1.3] ( https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/1.1.3 )
5
11
6
12
### Features
7
13
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'SwiftMessages'
3
- spec . version = '1.1.3 '
3
+ spec . version = '1.1.4 '
4
4
spec . license = { :type => 'MIT' }
5
5
spec . homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
6
6
spec . authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
7
7
spec . summary = 'A very flexible message bar for iOS written in Swift.'
8
- spec . source = { :git => 'https://github.com/SwiftKickMobile/SwiftMessages.git' , :tag => '1.1.3 ' }
8
+ spec . source = { :git => 'https://github.com/SwiftKickMobile/SwiftMessages.git' , :tag => '1.1.4 ' }
9
9
spec . platform = :ios , '8.0'
10
10
spec . ios . deployment_target = '8.0'
11
11
spec . source_files = 'SwiftMessages/**/*.swift'
You can’t perform that action at this time.
0 commit comments