Skip to content

Commit

Permalink
update to v1.1.1+13
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Jul 5, 2021
1 parent eb52dd2 commit 79bb8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/widgets/about.dart
Expand Up @@ -44,7 +44,7 @@ class AboutDialog extends StatelessWidget {
@override
Widget build(BuildContext context) {
return CupertinoAlertDialog(
title: new Text("GGSIPU Notices v1.1.0+12"),
title: new Text("GGSIPU Notices v1.1.1+13"),
content: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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+12
version: 1.1.1+13

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 79bb8f7

Please sign in to comment.