Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed Nov 10, 2023
1 parent 2689022 commit ca3f515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Bildschirm bleibt an, wenn die Karte der Position folgt
* Abhängigkeiten aktualisiert
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Keep screen on if the map follows the users location
* Update dependencies
2 changes: 1 addition & 1 deletion green_walking/lib/config.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
String androidAppID = 'org.xennis.apps.green_walking';
String appVersion = '3.2.0';
String appVersion = '3.3.0';
String appAuthor = 'Xennis';
String supportMail = 'code@xennis.org';
Uri privacyPolicyUrl =
Expand Down
2 changes: 1 addition & 1 deletion green_walking/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0+58
version: 3.3.0+59

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit ca3f515

Please sign in to comment.