Skip to content

Commit 5d245e8

Browse files
committed
Prepare 1.1.4 release
1 parent b12e2cc commit 5d245e8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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)
511

612
### Features
713

SwiftMessages.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SwiftMessages'
3-
spec.version = '1.1.3'
3+
spec.version = '1.1.4'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
66
spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
77
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'}
99
spec.platform = :ios, '8.0'
1010
spec.ios.deployment_target = '8.0'
1111
spec.source_files = 'SwiftMessages/**/*.swift'

0 commit comments

Comments
 (0)