Skip to content

Commit

Permalink
Let this be version 1.3.0 instead of 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Nov 2, 2015
1 parent 4628417 commit 80cca71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## Changelog ##

### v1.2.2 ###
### v1.3 ###

- Basic command line interface through URI schemes
- *Thank you [KyleKing](https://github.com/KyleKing) for the suggestion!*
Expand All @@ -17,7 +17,8 @@
open keepingyouawake:///activate?hours=5
open keepingyouawake:///deactivate

- Support for custom menu bar icons. Just place four images named `ActiveIcon.png`, `ActiveIcon@2x.png`, `InactiveIcon.png`, `InactiveIcon@2x.png` in your `~/Library/Application Support/KeepingYouAwake/` folder. The recommended size for these images is 22x20 pts.
- Support for custom menu bar icons. Just place four images named `ActiveIcon.png`, `ActiveIcon@2x.png`, `InactiveIcon.png`, `InactiveIcon@2x.png` in your `~/Library/Application Support/KeepingYouAwake/` folder. The recommended size for these images is 22x20 pts
- hold down the option key and click inside the *"Activate for Duration"* menu to set the default duration for the menu bar icon


### v1.2.1 ###
Expand Down
4 changes: 2 additions & 2 deletions KeepingYouAwake/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2beta2</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>125</string>
<string>130</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 80cca71

Please sign in to comment.