diff --git a/lib/components/menu.dart b/lib/components/menu.dart index 0287c74..3de3198 100644 --- a/lib/components/menu.dart +++ b/lib/components/menu.dart @@ -10,8 +10,8 @@ class ExtraOptionsMenu extends StatelessWidget { showAboutDialog( context: context, applicationName: "KAG App", - applicationVersion: "1.1", - applicationLegalese: "Copyright KAG OnlineTeam 2019-2020\n\nThis App uses third-party software or other resources that may be distributed under different licenses. You can read them with the \"View Licenses\" button.", + applicationVersion: "1.2", + applicationLegalese: "Copyright KAG OnlineTeam 2019-2021\n\nThis App uses third-party software or other resources that may be distributed under different licenses. You can read them with the \"View Licenses\" button.", applicationIcon: Image.asset("assets/icon.png", width: 64,) ); } else if (value == "support") { diff --git a/pubspec.yaml b/pubspec.yaml index d54ccab..7a52c4b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Konrad Adenauer Gymnasium Langenfeld App # 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.1.0+1 #VC #This has to be there to make it changeable by automation +version: 1.2.0+1 #VC #This has to be there to make it changeable by automation environment: sdk: ">=2.1.0 <3.0.0"