Skip to content

Commit

Permalink
updated version number to 1.5.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
br0ck-w00d committed Sep 20, 2024
1 parent c0a2cd2 commit d2d933d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magic/lib/presentation/ui/canvas/menu/submenus.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class AboutSubMenu extends StatelessWidget {
//Text('connection status: ${cubits.app.state.connection.name}',
// textAlign: TextAlign.center,
// style: AppText.body2.copyWith(color: Colors.white)),
Text('version 1.5.0-alpha',
Text('version 1.5.2-alpha',
textAlign: TextAlign.center,
style: AppText.body2.copyWith(color: Colors.white)),
])
Expand Down
2 changes: 1 addition & 1 deletion magic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.5.0+10
version: 1.5.2+11

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit d2d933d

Please sign in to comment.