Skip to content

Commit 7791c5e

Browse files
committed
Bump version and update CHANGELOG.
1 parent 0ab9b33 commit 7791c5e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3+
## 1.1.4 / 2015-10-10
4+
5+
* Fixed a bug where logging in would fail.
6+
37
## 1.1.3 / 2015-10-09
48

59
* Added support for Mac OS X 10.11 El Capitan.
6-
* Fixed removing reference to an observer when TodayViewController is deallocated.
7-
* Updated LIFXHTTPKit depdendency to be compatible with LIFX HTTP API V1. Setting colour from powered off state doesn't implicitly power on the light.
8-
* Updated for Swift 2.0. You must build with Xcode 7.0+.
10+
* Changed setting colour from powered off state doesn't implicitly power on the light.
911

1012
## 1.1.2 / 2015-09-03
1113

Main/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.3</string>
20+
<string>1.1.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>5</string>
24+
<string>6</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>

Widget/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.3</string>
20+
<string>1.1.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>5</string>
24+
<string>6</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSExtension</key>

0 commit comments

Comments
 (0)