From 9c697cfb62526d1f22a404566e5a26a38bcb08f7 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Wed, 13 Dec 2023 15:54:31 +0100 Subject: [PATCH] Prepare release 0.4.20 --- metadata/en-US/changelogs/91.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/91.txt diff --git a/metadata/en-US/changelogs/91.txt b/metadata/en-US/changelogs/91.txt new file mode 100644 index 00000000..156fe5fb --- /dev/null +++ b/metadata/en-US/changelogs/91.txt @@ -0,0 +1 @@ +- Bug-fixes and improvements \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b39fa7e5..11d89b1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.4.19+90 +version: 0.4.20+91 environment: sdk: ">=3.0.0 <4.0.0"