From 54979b583b4d8e5c68f7976ae765663185b5f147 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Thu, 25 Oct 2018 00:58:03 +0300 Subject: [PATCH] version change for internal testing --- 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 fc59324..2f07ab8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -28,7 +28,7 @@ part 'group_based_ui.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.3"; +const appVersion = "0.3.3.44"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index aeeb7bb..73e6d0d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.3+43 +version: 0.3.3+44 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"