Version change: 0.0.12-alpha

This commit is contained in:
estevez
2018-09-23 02:42:23 +03:00
parent e77c7df3e2
commit 4ad728d369
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.11-alpha";
const appVersion = "0.0.12-alpha";
String homeAssistantWebHost;