Compare commits

...

2 Commits

Author SHA1 Message Date
cde257922b 0.6.0 2019-08-21 09:40:18 +03:00
be0c9d3372 App bundle test 2019-08-20 11:22:47 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersion = "0.6.0-alpha3";
const appVersion = "0.6.0";
void main() {
FlutterError.onError = (errorDetails) {

View File

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