Pump version code

This commit is contained in:
estevez-dev 2020-09-09 15:30:02 +03:00
parent e633449578
commit b8ff80680b
2 changed files with 2 additions and 2 deletions

View File

@ -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<void> _reportError(dynamic error, dynamic stackTrace) async {
// Print the exception to the console.

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 1.3.1+1311
version: 1.3.1+1312
environment: