fix #79; bump version to 1.3.1

This commit is contained in:
Moritz Weber 2023-05-10 21:20:30 +02:00
parent 11f09440c4
commit 73144f5ad1
6 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 1.3.1
- Fixed bug with translation priorities (#79)
## 1.3.0
- Fixed bug in "Append to manually queued songs"

View file

@ -2,4 +2,5 @@ arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: localizations.dart
output-class: L10n
untranslated-messages-file: missing-translations.txt
untranslated-messages-file: missing-translations.txt
preferred-supported-locales: [ en ]

View file

@ -2,7 +2,7 @@ name: mucke
description: music player
publish_to: none
version: 1.3.0+8
version: 1.3.1+9
environment:
sdk: ">=2.17.0 <3.0.0"