version 0.1.0-alpha

This commit is contained in:
estevez
2018-09-23 16:50:57 +03:00
parent 2fb8d8e26b
commit 739e659a81
3 changed files with 4 additions and 4 deletions

View File

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