Skip to content

Commit

Permalink
updated v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Sep 27, 2020
1 parent 244efce commit 976d5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/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.0.3"),
title: new Text("GGSIPU Notices v1.0.4+6"),
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.0.3+5
version: 1.0.4+6

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

0 comments on commit 976d5ca

Please sign in to comment.