From 39048c1eead95625b5356f793a27e547efe052fd Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 10 Apr 2013 22:33:41 -0400 Subject: [PATCH] v1.1.14 --- CHANGELOG.md | 4 ++-- Resources/Hermes-Info.plist | 6 +++--- Resources/build_sparkle.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5369b42..cdc8fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Resources/Hermes-Info.plist b/Resources/Hermes-Info.plist index bfbbc38..cc74aae 100644 --- a/Resources/Hermes-Info.plist +++ b/Resources/Hermes-Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.13 + 1.1.14 CFBundleSignature ???? CFBundleVersion - 1940 + 1950 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion @@ -31,7 +31,7 @@ NSAppleScriptEnabled NSHumanReadableCopyright - © Alex Crichton 2012 + © Alex Crichton 2013 NSMainNibFile MainMenu NSPrincipalClass diff --git a/Resources/build_sparkle.sh b/Resources/build_sparkle.sh index 50225ba..1c5525b 100755 --- a/Resources/build_sparkle.sh +++ b/Resources/build_sparkle.sh @@ -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"