From 230f801189de2c562bb7d473ec70af955469c169 Mon Sep 17 00:00:00 2001 From: Tate Johnson Date: Wed, 2 Sep 2015 22:09:13 +1000 Subject: [PATCH] Bump version to 1.1.1 and add CHANGELOG. --- CHANGELOG.markdown | 13 +++++++++++++ Main/Info.plist | 4 ++-- Widget/Info.plist | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.markdown diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown new file mode 100644 index 0000000..ba68ac1 --- /dev/null +++ b/CHANGELOG.markdown @@ -0,0 +1,13 @@ +# Changelog + +## 1.1.1 / 2015-09-02 + +* Fixed adjusting brightness in context menu for light in OFF state does not update state to ON state. https://github.com/tatey/Lighting/issues/12 + +## 1.1.0 / 2015-08-30 + +* Special thanks to @lparry for adding a context menu that lets you change colour and brightness. + +## 1.0.0 / 2015-07-26 + +* First release. diff --git a/Main/Info.plist b/Main/Info.plist index 27d38d4..fcacda2 100644 --- a/Main/Info.plist +++ b/Main/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/Widget/Info.plist b/Widget/Info.plist index e6bafb9..9b69f72 100644 --- a/Widget/Info.plist +++ b/Widget/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension