From b8ff80680b7672f8ded39a36763fb6e1e7ea7ad8 Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Wed, 9 Sep 2020 15:30:02 +0300 Subject: [PATCH] Pump version code --- 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 667fec6..d0441d3 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -157,7 +157,7 @@ part 'managers/app_settings.dart'; EventBus eventBus = new EventBus(); 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.3.0.md'; +const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.3.1.md'; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console. diff --git a/pubspec.yaml b/pubspec.yaml index 66ac663..7ecc689 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 1.3.1+1311 +version: 1.3.1+1312 environment: