Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #226

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare release
  • Loading branch information
Xennis committed Nov 23, 2023

Verified

This commit was signed with the committer’s verified signature.
Meierschlumpf Meier Lukas
commit 230b38d6b92938fac932f5fda97352d11ec44fe7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Analytics entfernt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed Analytics
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.3.0';
String appVersion = '3.4.0';
String appAuthor = 'Xennis';
String supportMail = '[email protected]';
Uri privacyPolicyUrl =
2 changes: 1 addition & 1 deletion green_walking/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.3.0+60
version: 3.4.0+61

environment:
sdk: ">=3.1.0 <4.0.0"