diff --git a/Appcast.xml b/Appcast.xml index 4a9eeec..3b108be 100644 --- a/Appcast.xml +++ b/Appcast.xml @@ -2,6 +2,24 @@ YT Music + + Version 1.3.3 + + + 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; } +

Fixed

  • Added an explicit check to clear out registered service workers that cause blank screens on launch. #167
+ ]]> +
+ Thu, 5 May 2022 04:03:52 +0000 + 10.13 + +
Version 1.3.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6672280..d3fb368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.3] - 2022-05-05 + ### Fixed * Added an explicit check to clear out registered service workers that cause blank screens on launch. [#167](https://github.com/steve228uk/YouTube-Music/pull/167) @@ -128,7 +130,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.2...HEAD +[Unreleased]: https://github.com/steve228uk/YouTube-Music/compare/1.3.3...HEAD +[1.3.3]: https://github.com/steve228uk/YouTube-Music/compare/1.3.2...1.3.3 [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 diff --git a/YT Music.xcodeproj/project.pbxproj b/YT Music.xcodeproj/project.pbxproj index 0374a47..c09c6bf 100644 --- a/YT Music.xcodeproj/project.pbxproj +++ b/YT Music.xcodeproj/project.pbxproj @@ -598,7 +598,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = ""; ENABLE_HARDENED_RUNTIME = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -630,7 +630,7 @@ CODE_SIGN_IDENTITY = "Developer ID Application"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = ""; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( diff --git a/YT Music/Info.plist b/YT Music/Info.plist index 0b0b180..a09d8b3 100644 --- a/YT Music/Info.plist +++ b/YT Music/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.2 + 1.3.3 CFBundleVersion - 14 + 15 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion