diff --git a/green_walking/android/fastlane/metadata/android/de-DE/changelogs/63.txt b/green_walking/android/fastlane/metadata/android/de-DE/changelogs/63.txt new file mode 100644 index 0000000..19e4791 --- /dev/null +++ b/green_walking/android/fastlane/metadata/android/de-DE/changelogs/63.txt @@ -0,0 +1,2 @@ +* Design aktualisiert +* Abhängigkeiten aktualisiert \ No newline at end of file diff --git a/green_walking/android/fastlane/metadata/android/en-US/changelogs/63.txt b/green_walking/android/fastlane/metadata/android/en-US/changelogs/63.txt new file mode 100644 index 0000000..fddae02 --- /dev/null +++ b/green_walking/android/fastlane/metadata/android/en-US/changelogs/63.txt @@ -0,0 +1,2 @@ +* Design updated +* Update dependencies \ No newline at end of file diff --git a/green_walking/lib/config.dart b/green_walking/lib/config.dart index dc6cea2..cda3ecc 100644 --- a/green_walking/lib/config.dart +++ b/green_walking/lib/config.dart @@ -1,5 +1,5 @@ String androidAppID = 'org.xennis.apps.green_walking'; -String appVersion = '3.4.0'; +String appVersion = '3.5.0'; String appAuthor = 'Xennis'; String supportMail = 'code@xennis.org'; Uri privacyPolicyUrl = diff --git a/green_walking/pubspec.yaml b/green_walking/pubspec.yaml index 1539cec..0a410b5 100644 --- a/green_walking/pubspec.yaml +++ b/green_walking/pubspec.yaml @@ -12,7 +12,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: 3.4.0+62 +version: 3.5.0+63 environment: sdk: ">=3.1.0 <4.0.0"