From df5522b5cf95e4437102984e053a2734bef2a306 Mon Sep 17 00:00:00 2001 From: Alex Gorichev Date: Wed, 31 May 2023 13:45:08 +0100 Subject: [PATCH] Bump version and update changelog --- metadata/en-GB/changelogs/9.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 metadata/en-GB/changelogs/9.txt diff --git a/metadata/en-GB/changelogs/9.txt b/metadata/en-GB/changelogs/9.txt new file mode 100644 index 0000000..441fa91 --- /dev/null +++ b/metadata/en-GB/changelogs/9.txt @@ -0,0 +1 @@ +Allow changing directory on Android without root \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 14848b3..a4c00d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: A diary that starts with a blank page every day (while saving the p # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.4+8 +version: 1.2.5+9 environment: sdk: '>=2.19.0-374.1.beta <3.0.0'