From e25162f7b5ba960b16fdf9f441dd966e3c220c8e Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 29 Oct 2018 23:54:52 +0200 Subject: [PATCH] Version code --- lib/entity_widgets/history_chart/combined_history_chart.dart | 2 ++ lib/main.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/entity_widgets/history_chart/combined_history_chart.dart b/lib/entity_widgets/history_chart/combined_history_chart.dart index 9759d28..4ece6aa 100644 --- a/lib/entity_widgets/history_chart/combined_history_chart.dart +++ b/lib/entity_widgets/history_chart/combined_history_chart.dart @@ -117,6 +117,8 @@ class _CombinedHistoryChartWidgetState extends State domainFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time, measureFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.value, data: dataItem, + /*domainLowerBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.subtract(Duration(hours: 1)), + domainUpperBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.add(Duration(hours: 1)),*/ ) ]); }); diff --git a/lib/main.dart b/lib/main.dart index 2a175d1..8e9915e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -71,7 +71,7 @@ part 'ui_widgets/media_control_card.dart'; EventBus eventBus = new EventBus(); const String appName = "HA Client"; -const appVersion = "0.3.3.49"; +const appVersion = "0.3.3.50"; String homeAssistantWebHost; diff --git a/pubspec.yaml b/pubspec.yaml index 76f0d05..895251d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.3.3+49 +version: 0.3.3+50 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"