Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Nov 17, 2024
1 parent 79ddcc2 commit 7a9eb42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions flatpak/com.mikeasoft.pied.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.3.0" date="2024-11-17">
<description>
* Add support for models with multiple subvoices
* Add all different qualities of voice models
* Add automatic voice data generation script (thanks to lainedfles)
* Persist download managers through list updates (Fixes #15)
* Fix output detection when sox is available (Fixes #14 and #21)
</description>
</release>
<release version="0.2.1-1" date="2024-09-28">
<description>
* Rebuild against freedesktop 24.08
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ bool isFlatpak() {
}

String getVersion() {
return "0.2.1";
return "0.3.0";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.1
version: 0.3.0

environment:
sdk: '>=2.19.0-146.2.beta <3.0.0'
Expand Down

0 comments on commit 7a9eb42

Please # to comment.