Version 0.2.3

This commit is contained in:
estevez 2018-09-30 23:14:40 +03:00
parent 062392b38c
commit 0d7e7eb6f7
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ part 'badge_class.dart';
EventBus eventBus = new EventBus(); EventBus eventBus = new EventBus();
const String appName = "HA Client"; const String appName = "HA Client";
const appVersion = "0.2.0"; const appVersion = "0.2.1";
String homeAssistantWebHost; String homeAssistantWebHost;

View File

@ -285,7 +285,7 @@ packages:
name: petitparser name: petitparser
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.1" version: "2.0.2"
plugin: plugin:
dependency: transitive dependency: transitive
description: description:
@ -486,7 +486,7 @@ packages:
name: xml name: xml
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.2.1" version: "3.2.3"
yaml: yaml:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,7 +1,7 @@
name: hass_client name: hass_client
description: Home Assistant Android Client description: Home Assistant Android Client
version: 0.2.0+22 version: 0.2.1+23
environment: environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0" sdk: ">=2.0.0-dev.68.0 <3.0.0"