0.6.5-alpha2

This commit is contained in:
estevez-dev 2019-09-01 23:20:29 +03:00
parent 2036cc117f
commit 691e48a36b
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersion = "0.6.5-alpha1";
const appVersion = "0.6.5-alpha2";
void main() async {
FlutterError.onError = (errorDetails) {

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.6.5+650
version: 0.6.5+651
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"