Skip to content

Commit

Permalink
🔖 Set version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strifel committed Feb 26, 2021
1 parent 3c3657e commit ecfe6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/components/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ecfe6de

Please sign in to comment.