From 2a01ff8a03f0c0464a31ebe180d90930a1c1684a Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Thu, 4 Apr 2019 21:51:05 +0300 Subject: [PATCH] Bump version in UI --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index ad74595..b0fd73f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -100,7 +100,7 @@ part 'ui_widgets/config_panel_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.5.2"; +const appVersion = "0.5.3"; String homeAssistantWebHost;