From df56f6ceda2c749a57a46d389ef4fa20bb0b6a67 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 27 Oct 2018 01:27:12 +0300 Subject: [PATCH] version code change --- 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 be696d2..ef4c15f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -28,7 +28,7 @@ part 'ui.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.3.44"; +const appVersion = "0.3.3.45"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 73e6d0d..5086531 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.3+44 +version: 0.3.3+45 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"