Skip to content

Commit

Permalink
bump to v1.3.1-beta+17
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Feb 7, 2022
1 parent 18e2c24 commit ba7605e
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 50 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/about_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AboutDialog extends StatelessWidget {
Widget build(BuildContext context) {
final _themeService = locator<ThemeService>();
return CupertinoAlertDialog(
title: const Text("GGSIPU Notices v1.3.1-beta+16"),
title: const Text("GGSIPU Notices v1.3.1-beta+17"),
content: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Expand Down
Loading

0 comments on commit ba7605e

Please sign in to comment.