version 0.1.1

This commit is contained in:
estevez
2018-09-24 00:07:38 +03:00
parent 36d727b454
commit aa0d7ee8fd
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ part 'logPage.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.1.0-alpha";
const appVersion = "0.1.1-alpha";
String homeAssistantWebHost;