Merge pull request #152 from estevez-dev/release/0.3.2

Fix empty cards on default_view
This commit is contained in:
Yegor Vialov
2018-10-18 22:03:51 +03:00
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@ -31,7 +31,7 @@ part 'card_class.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.3.1";
const appVersion = "0.3.2";
String homeAssistantWebHost;