Skip to content

Commit

Permalink
v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 11, 2013
1 parent b408baf commit 39048c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 1.1.14 (unreleased)
# Version 1.1.14 (4/10/13)

[Full changelog](https://github.com/alexcrichton/hermes/compare/v1.1.13...master)
[Full changelog](https://github.com/alexcrichton/hermes/compare/v1.1.13...v1.1.14)

* [added] Added the option of using a black/white status bar icon instead of one
which has color, thanks to @bradmkjr
Expand Down
6 changes: 3 additions & 3 deletions Resources/Hermes-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.13</string>
<string>1.1.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1940</string>
<string>1950</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>© Alex Crichton 2012</string>
<string>© Alex Crichton 2013</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Resources/build_sparkle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VERSION=$(defaults read "$BUILT_PRODUCTS_DIR/$PROJECT_NAME.app/Contents/Info" CF
INT_VERSION=$(defaults read "$BUILT_PRODUCTS_DIR/$PROJECT_NAME.app/Contents/Info" CFBundleVersion)

ARCHIVE_FILENAME="$PROJECT_NAME-$VERSION.zip"
DOWNLOAD_URL="https://github.com/downloads/alexcrichton/hermes/$ARCHIVE_FILENAME"
DOWNLOAD_URL="https://s3.amazonaws.com/alexcrichton-hermes/$ARCHIVE_FILENAME"
RELEASENOTES_URL="http://alexcrichton.com/hermes/changelog.html"
KEYCHAIN_PRIVKEY_NAME="Hermes Sparkle Private Key"

Expand Down

0 comments on commit 39048c1

Please sign in to comment.