diff --git a/lib/main.dart b/lib/main.dart index 9e8e39a..c7b74b9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -111,7 +111,7 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersion = "0.6.1"; +const appVersion = "0.6.2"; void main() { FlutterError.onError = (errorDetails) { diff --git a/pubspec.yaml b/pubspec.yaml index b940c6e..1c5cbd8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.6.1+610 +version: 0.6.2+620 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"