Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matzebond committed Mar 15, 2022
1 parent b3ed6ea commit d35a18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/screens/settings/settings_screen.dart
Expand Up @@ -163,7 +163,7 @@ class SettingsPageState extends State<SettingsPage> {
if (res ?? false) {
await AppData.of(context, listen: false).deleteCustomAvailabilities();

var snackBar = const SnackBar(
var snackBar = SnackBar(
content: Text(L10n.of(context).hintCustomAvDeleted),
);
ScaffoldMessenger.of(context).showSnackBar(snackBar);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
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.4.9+44
version: 1.5.0+45

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

0 comments on commit d35a18b

Please sign in to comment.