From 9c1970ee14ecdc9bcc4c9715cc5edc49d8a5860d Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 10 Feb 2019 18:26:48 +0200 Subject: [PATCH] build number --- lib/main.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index ce0eed9..dae8935 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -92,8 +92,8 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.14"; -const appBuild = "88"; +const appVersion = "0.4.0"; +const appBuild = "89"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index edb3a55..4a056fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.14+88 +version: 0.4.0+89 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"