1 parent a447a5f commit 2417bccCopy full SHA for 2417bcc
2 files changed
CHANGELOG.markdown
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.1.6 / 2017-07-08
4
+
5
+* Fixed "invalid access token" on macOS 10.12 Sierra. Thanks @segan5! https://github.com/tatey/Lighting/pull/21
6
7
## 1.1.5 / 2015-10-13
8
9
* New app icon! A very big thanks to @TheDaem0n for contributing this one.
Main/Info.plist
@@ -17,11 +17,11 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.1.5</string>
+ <string>1.1.6</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
24
- <string>7</string>
+ <string>8</string>
25
<key>LSMinimumSystemVersion</key>
26
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
27
<key>NSHumanReadableCopyright</key>
0 commit comments