Skip to content

Commit

Permalink
🔖 Bump Version to 1.1
Browse files Browse the repository at this point in the history
We plan to only apply fixes to the final 1.1 release
from this commit on. Big new features will be in 1.2 release.
  • Loading branch information
strifel committed Nov 1, 2020
1 parent 79d117d commit a27303c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "de.kag-langenfeld.KAG-App";
PRODUCT_NAME = Runner;
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -513,7 +513,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "de.kag-langenfeld.KAG-App";
PRODUCT_NAME = Runner;
SUPPORTS_MACCATALYST = NO;
Expand All @@ -540,7 +540,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "de.kag-langenfeld.KAG-App";
PRODUCT_NAME = Runner;
SUPPORTS_MACCATALYST = NO;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ExtraOptionsMenu extends StatelessWidget {
showAboutDialog(
context: context,
applicationName: "KAG App",
applicationVersion: "1.0",
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.",
applicationIcon: Image.asset("assets/icon.png", width: 64,)
);
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.0.0+1 #VC #This has to be there to make it changeable by automation
version: 1.1.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 a27303c

Please sign in to comment.