Skip to content

Commit

Permalink
Bump version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed Oct 10, 2015
1 parent 0ab9b33 commit 7791c5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## 1.1.4 / 2015-10-10

* Fixed a bug where logging in would fail.

## 1.1.3 / 2015-10-09

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

## 1.1.2 / 2015-09-03

Expand Down
4 changes: 2 additions & 2 deletions Main/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions Widget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 7791c5e

Please sign in to comment.