From b1a9f3c8f6cd5880fa8deb8359c6ff16e8a510a4 Mon Sep 17 00:00:00 2001 From: Moritz Weber Date: Sun, 10 Sep 2023 13:32:00 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ src/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e506e5..e1e588b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.1 +- Security updates. +- Fix in queue generation. +- Translation updates. + ## 1.5 - Implemented loop mode to stop after every song (#102). diff --git a/src/pubspec.yaml b/src/pubspec.yaml index 8ed048e..4b028d2 100644 --- a/src/pubspec.yaml +++ b/src/pubspec.yaml @@ -2,7 +2,7 @@ name: mucke description: music player publish_to: none -version: 1.5.0+11 +version: 1.5.1+12 environment: sdk: ">=3.0.0 <4.0.0"