diff --git a/lib/main.dart b/lib/main.dart index 22b4f06..59774e7 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -100,7 +100,7 @@ part 'ui_widgets/config_panel_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.4.5"; +const appVersion = "0.5.0"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index da9b930..b280355 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.4.5+96 +version: 0.5.0+97 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"