From 9cc60a136b755d0d8f4b2cb668624822d2a8ae9d Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Tue, 10 Dec 2019 22:05:12 +0000 Subject: [PATCH] 0.7.7 --- 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 b0d23dd..f2c86bc 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -143,7 +143,7 @@ final SentryClient _sentry = SentryClient(dsn: "https://03ef364745cc4c23a60ddbc8 final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.7.6"; +const appVersionNumber = "0.7.7"; const appVersionAdd = ""; const appVersion = "$appVersionNumber$appVersionAdd"; diff --git a/pubspec.yaml b/pubspec.yaml index 6556e4a..ae57437 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.7.6+760 +version: 0.7.7+770 environment: