Prepare for forst release build 0.0.9-alpha

This commit is contained in:
estevez
2018-09-18 23:21:05 +03:00
parent f7b8c65798
commit 75a54b6910
28 changed files with 72 additions and 18 deletions

View File

@ -12,8 +12,8 @@ part 'settings.dart';
part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "Home Assistant Client";
const appVersion = "0.0.5";
const String appName = "HA Client";
const appVersion = "0.0.9-alpha";
void main() => runApp(new HassClientApp());