From b9596e871c20ffaea5c5d19230325b59ce55e3a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:22:28 +0200 Subject: [PATCH] chore(main): release 1.10.1 (#908) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caed4c4e..bad8e932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.10.0...v1.10.1) (2024-08-31) + + +### Bug Fixes + +* desktop dark theme ([#907](https://github.com/ubuntu-flutter-community/musicpod/issues/907)) ([975828f](https://github.com/ubuntu-flutter-community/musicpod/commit/975828f7d4336eed65178ff130b907b258a82343)) + ## [1.10.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.9.1...v1.10.0) (2024-08-31) diff --git a/pubspec.yaml b/pubspec.yaml index 4caf84e1..6793a166 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 1.10.0 +version: 1.10.1 publish_to: "none"