diff --git a/lib/main.dart b/lib/main.dart index 5abe1b6..9063aff 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -141,7 +141,7 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.7.2"; +const appVersionNumber = "0.7.3"; const appVersionAdd = ""; const appVersion = "$appVersionNumber-$appVersionAdd"; @@ -194,4 +194,4 @@ class HAClientApp extends StatelessWidget { }, ); } -} \ No newline at end of file +}