diff --git a/lib/main.dart b/lib/main.dart index c600937..b0d23dd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -143,7 +143,7 @@ final SentryClient _sentry = SentryClient(dsn: "https://03ef364745cc4c23a60ddbc8 final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.7.5"; +const appVersionNumber = "0.7.6"; const appVersionAdd = ""; const appVersion = "$appVersionNumber$appVersionAdd"; diff --git a/pubspec.yaml b/pubspec.yaml index 85a04ab..6556e4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.7.5+750 +version: 0.7.6+760 environment: