Change version to 0.0.11-alpha

This commit is contained in:
estevez
2018-09-22 00:41:42 +03:00
parent 4b0d857e9c
commit 0d690e7630
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.0.10-alpha1";
const appVersion = "0.0.11-alpha";
void main() => runApp(new HassClientApp());