This commit is contained in:
estevez-dev 2019-04-04 22:12:08 +03:00
parent 921b0e09b0
commit 885a516676
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ part 'ui_widgets/config_panel_widget.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.6.0-alpha1";
const appVersion = "0.6.0-alpha2";
void main() {
FlutterError.onError = (errorDetails) {

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.6.0+101
version: 0.6.0+601
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"