From 26a62d341eee6d4d6a2b461494034d79a67c270e Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Tue, 23 Jun 2020 13:55:54 +0300 Subject: [PATCH] 1.2.0 --- lib/main.dart | 4 +--- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 9f4cde2..c6cc319 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -156,11 +156,9 @@ part 'cards/badges.dart'; part 'managers/app_settings.dart'; EventBus eventBus = new EventBus(); -//final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); -//FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = 'HA Client'; const String appVersion = String.fromEnvironment('versionName', defaultValue: '0.0.0'); -const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.1.2.md'; +const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.2.0.md'; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console. diff --git a/pubspec.yaml b/pubspec.yaml index 33bc1a4..546a728 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 1.1.2+1159 +version: 1.1.2+1160 environment: