diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index dd11f8f..355d9da 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,6 @@ # Changelog -## Current / Unreleased +## 1.1.7 / 2017-07-16 * Use light colour scheme on macOS 10.12 Sierra. Thanks @segan5. https://github.com/tatey/Lighting/pull/23 * Fixed cell alignment on macOS 10.12 Sierra. Thanks @segan5. https://github.com/tatey/Lighting/pull/25 diff --git a/Main/Info.plist b/Main/Info.plist index b4c3db0..36dfca8 100644 --- a/Main/Info.plist +++ b/Main/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.6 + 1.1.7 CFBundleSignature ???? CFBundleVersion - 8 + 9 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/Widget/Info.plist b/Widget/Info.plist index 2d102cd..f81fce4 100644 --- a/Widget/Info.plist +++ b/Widget/Info.plist @@ -17,26 +17,26 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.1.6 + 1.1.7 CFBundleSignature ???? CFBundleVersion - 8 + 9 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSExtension + NSExtensionAttributes + + NSExtensionPointVersion + 2.0 + NSExtensionPointIdentifier com.apple.widget-extension NSExtensionPrincipalClass $(PRODUCT_MODULE_NAME).TodayViewController com.apple.notificationcenter.widget.description Widget - NSExtensionAttributes - - NSExtensionPointVersion - 2.0 - NSHumanReadableCopyright Copyright © 2015 Tate Johnson. All rights reserved.