From d3c1422b9e4b8ae3ffdc03433633c96113606c4d Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 15 Dec 2018 14:37:55 +0200 Subject: [PATCH] Version 0.3.13 --- 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 1104739..11cdd41 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -85,7 +85,7 @@ part 'ui_widgets/card_header_widget.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.12"; +const appVersion = "0.3.13"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 48f956c..9c5191c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.12+79 +version: 0.3.13+80 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"