From 37f20fae5a9994c78fa1cbf81a118fce59ed0901 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 29 Oct 2018 00:59:44 +0200 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 b640678..2a175d1 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -71,7 +71,7 @@ part 'ui_widgets/media_control_card.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.3.48"; +const appVersion = "0.3.3.49"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index b06527f..76f0d05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.3+48 +version: 0.3.3+49 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"