Skip to content

Commit

Permalink
Release version 1.3.2! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2022
1 parent 1bde913 commit a4fa0e7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
18 changes: 18 additions & 0 deletions Appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>YT Music</title>
<item>
<title>Version 1.3.2</title>
<description>
<![CDATA[
<style>
body { font-family: -apple-system, sans-serif; font-size: 0.9em; line-height: 150%; }
h3 { font-size: 1.5em; margin-bottom: 0; font-weight: 700; }
li { margin-bottom: 0.5em; }
</style><h3>Fixed</h3><ul><li>A periodic inconsistency where the app launches to a blank screen. <a href="https://github.com/steve228uk/YouTube-Music/pull/164">#164</a></li></ul>
]]>
</description>
<pubDate>Tue, 3 May 2022 02:54:31 +0000</pubDate>
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/steve228uk/YouTube-Music/releases/download/1.3.2/YT-Music-1.3.2.zip"
sparkle:version="14" sparkle:shortVersionString="1.3.2"
sparkle:edSignature="2CRPgfN5lRezEbFrZIqslnzAwI4Q58CNA3qo8KxT3Ne30Sm/lEuy+yaumfyabsmZrwzgd1EbvUHHaT6v23dxAA==" length="5405792"
type="application/octet-stream"/>
</item>
<item>
<title>Version 1.3.1</title>
<description>
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.2] - 2022-05-03

### Fixed

* A periodic inconsistency where the app launches to a blank screen. [#164](https://github.com/steve228uk/YouTube-Music/pull/164)
Expand Down Expand Up @@ -122,7 +124,8 @@ I hope the changes are well received and any feedback or bugs can be reported on

* Initial version of YT Music wrapper

[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.3.1...HEAD
[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.3.2...HEAD
[1.3.2]: https://github.com/steve228uk/YouTube-Music/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/steve228uk/YouTube-Music/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/steve228uk/YouTube-Music/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/steve228uk/YouTube-Music/compare/1.1.1...1.2.0
Expand Down
4 changes: 2 additions & 2 deletions YT Music.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 13;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -630,7 +630,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 13;
CURRENT_PROJECT_VERSION = 14;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions YT Music/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit a4fa0e7

Please sign in to comment.