From 7fe3419220b05b6c2040c6a4da94018b689ada43 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 13 Jan 2022 11:34:24 -0800 Subject: [PATCH] v1.1.0 release (1007) --- fastlane/metadata/android/en-US/changelogs/1007.txt | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1007.txt diff --git a/fastlane/metadata/android/en-US/changelogs/1007.txt b/fastlane/metadata/android/en-US/changelogs/1007.txt new file mode 100644 index 0000000..652561e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1007.txt @@ -0,0 +1,3 @@ +Thanks @NiFNi for your help and contribution! +* Add App as handler for PDFs and similar files, uploading on open (@NiFNi #12) +* Select from your tags to apply to documents \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a8af954..03f7ae9 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: 1.0.6+1006 +version: 1.1.0+1007 environment: sdk: ">=2.7.0 <3.0.0"