Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Mar 12, 2024
1 parent b18cb58 commit 38534e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0";
return "0.2.1";
}
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.0
version: 0.2.1

environment:
sdk: '>=2.19.0-146.2.beta <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pied
base: core22
version: '0.2.0'
version: '0.2.1'
summary: Pied makes it simple to install and manage text-to-speech voices.
description: |
Pied installs and configures the Piper neural text-to-speech engine to
Expand Down

0 comments on commit 38534e8

Please sign in to comment.