version bump for mojave support

This commit is contained in:
Christopher Newton
2019-01-15 12:54:32 +11:00
parent 5a8ae2a7c7
commit 9fcd64581d
2 changed files with 5 additions and 5 deletions

View File

@@ -11,19 +11,19 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>0.0.4</string> <string>0.0.5</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>${PRODUCT_NAME}</string> <string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.0.4</string> <string>0.0.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.0.4</string> <string>0.0.5</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Christopher Newton. All rights reserved.</string> <string>Copyright © 2019 Christopher Newton. All rights reserved.</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>EpochFlipClock</string> <string>EpochFlipClock</string>
</dict> </dict>

View File

@@ -4,7 +4,7 @@ Unix [epoch](https://en.wikipedia.org/wiki/Unix_time) flip clock macOS screensav
![Epoch Flip Clock Screenshot](https://raw.githubusercontent.com/chrstphrknwtn/epoch-flip-clock/master/epochFlipClock.png) ![Epoch Flip Clock Screenshot](https://raw.githubusercontent.com/chrstphrknwtn/epoch-flip-clock/master/epochFlipClock.png)
## Install ## Install
Download [`Epock Flip Clock.saver`](https://github.com/chrstphrknwtn/epoch-flip-clock/releases/download/0.0.3/Epoch.Flip.Clock.saver.zip) Download [`Epock Flip Clock.saver`](https://github.com/chrstphrknwtn/epoch-flip-clock-screensaver/releases/download/0.0.5/Epoch.Flip.Clock.0.0.5.saver.zip)
## Related ## Related
- [Grid Clock Screensaver](https://github.com/chrstphrknwtn/grid-clock-screensaver) - [Grid Clock Screensaver](https://github.com/chrstphrknwtn/grid-clock-screensaver)