diff --git a/lib/main.dart b/lib/main.dart index 71ed950..7b5ce8f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -94,7 +94,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.4.3"; +const appVersion = "0.4.4"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index c240ac4..19148ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.4.3+94 +version: 0.4.4+95 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"