Skip to content

Commit 8d404a0

Browse files
committed
Bump version.
1 parent d2187c3 commit 8d404a0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Current / Unreleased
3+
## 1.1.7 / 2017-07-16
44

55
* Use light colour scheme on macOS 10.12 Sierra. Thanks @segan5. https://github.com/tatey/Lighting/pull/23
66
* Fixed cell alignment on macOS 10.12 Sierra. Thanks @segan5. https://github.com/tatey/Lighting/pull/25

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.6</string>
20+
<string>1.1.7</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>8</string>
24+
<string>9</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>

Widget/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.6</string>
20+
<string>1.1.7</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>8</string>
24+
<string>9</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSExtension</key>
2828
<dict>
29+
<key>NSExtensionAttributes</key>
30+
<dict>
31+
<key>NSExtensionPointVersion</key>
32+
<string>2.0</string>
33+
</dict>
2934
<key>NSExtensionPointIdentifier</key>
3035
<string>com.apple.widget-extension</string>
3136
<key>NSExtensionPrincipalClass</key>
3237
<string>$(PRODUCT_MODULE_NAME).TodayViewController</string>
3338
<key>com.apple.notificationcenter.widget.description</key>
3439
<string>Widget</string>
35-
<key>NSExtensionAttributes</key>
36-
<dict>
37-
<key>NSExtensionPointVersion</key>
38-
<string>2.0</string>
39-
</dict>
4040
</dict>
4141
<key>NSHumanReadableCopyright</key>
4242
<string>Copyright © 2015 Tate Johnson. All rights reserved.</string>

0 commit comments

Comments
 (0)