From e006c4e4039fab37f0a8b751bc172c743ed31c73 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 10 Feb 2019 22:36:30 +0200 Subject: [PATCH] build number --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 5838aef..e2620b1 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -93,7 +93,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; const appVersion = "0.4.0"; -const appBuild = "89"; +const appBuild = "90"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 4a056fd..c2c13f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.4.0+89 +version: 0.4.0+90 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"