Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nriley committed Mar 26, 2017
1 parent 3aee7f9 commit 2d96f97
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.3.1 (unreleased)
# Version 1.3.1 (3/26/17)

[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.3.0...HEAD)
[Full changelog](https://github.com/HermesApp/Hermes/compare/v1.3.0...v1.3.1)

* [added by @paullj1] Allow display of play/pause status in the Dock to be disabled (#278)
* [added by @paullj1] Add “Skip” button to macOS song notifications
Expand Down
4 changes: 2 additions & 2 deletions Hermes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2057;
CURRENT_PROJECT_VERSION = 2058;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
Expand Down Expand Up @@ -870,7 +870,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2057;
CURRENT_PROJECT_VERSION = 2058;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Hermes-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1b1</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2057</string>
<string>2058</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 2d96f97

Please sign in to comment.