Skip to content

Commit

Permalink
bump to v1.3.0-beta+15
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Feb 2, 2022
1 parent c9c9230 commit 2e53977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\maury\\AppData\\Local\\Android\\Sdk
flutter.sdk=C:\\flutter
flutter.buildMode=debug
flutter.versionName=1.2.0-beta
flutter.versionCode=14
flutter.versionName=1.3.0-beta
flutter.versionCode=15
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.2.0-beta+14"),
title: const Text("GGSIPU Notices v1.3.0-beta+15"),
content: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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.2.0-beta+14
version: 1.3.0-beta+15

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

0 comments on commit 2e53977

Please sign in to comment.