fix #79; bump version to 1.3.1
This commit is contained in:
parent
11f09440c4
commit
73144f5ad1
6 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## 1.3.1
|
||||
|
||||
- Fixed bug with translation priorities (#79)
|
||||
|
||||
## 1.3.0
|
||||
|
||||
- Fixed bug in "Append to manually queued songs"
|
||||
|
|
|
@ -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 ]
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue