From 2eca84cb30fe896502e5d0aa42195101d6dab9f8 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Sat, 10 Jun 2023 19:52:18 +0200 Subject: [PATCH] feat: Add changelogs, bump version number --- android/fastlane/metadata/android/de-DE/changelogs/40.txt | 1 + android/fastlane/metadata/android/en-US/changelogs/40.txt | 1 + pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 android/fastlane/metadata/android/de-DE/changelogs/40.txt create mode 100644 android/fastlane/metadata/android/en-US/changelogs/40.txt diff --git a/android/fastlane/metadata/android/de-DE/changelogs/40.txt b/android/fastlane/metadata/android/de-DE/changelogs/40.txt new file mode 100644 index 0000000..32e930c --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/40.txt @@ -0,0 +1 @@ +* Neues Feature: Exportieren von Scans als PDF Datei \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/40.txt b/android/fastlane/metadata/android/en-US/changelogs/40.txt new file mode 100644 index 0000000..10d1989 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/40.txt @@ -0,0 +1 @@ +* New feature: Export scans as PDF \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0c457fc..b18114d 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: 2.3.4+39 +version: 2.3.5+40 environment: sdk: ">=3.0.0 <4.0.0"