From 965f80a6ca1ea75381977e0e3423d8a2601b16fa Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Thu, 14 Nov 2019 12:58:56 +0200 Subject: [PATCH] 0.7.3 --- lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}