From 0dde4041635465a675be4959739315428716aac4 Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 5 May 2020 23:27:18 +0200 Subject: [PATCH] fix: trigger new release --- src/components/device-status-bar/device-status-bar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/device-status-bar/device-status-bar.tsx b/src/components/device-status-bar/device-status-bar.tsx index 37f0f45..5551e98 100644 --- a/src/components/device-status-bar/device-status-bar.tsx +++ b/src/components/device-status-bar/device-status-bar.tsx @@ -34,6 +34,7 @@ export class DeviceStatusBar implements ComponentInterface { * @memberof DeviceStatusBar */ @Prop({ mutable: true }) time: string; + /** * The date to be displayed * @@ -43,6 +44,7 @@ export class DeviceStatusBar implements ComponentInterface { * @memberof DeviceStatusBar */ @Prop({ mutable: true }) date: string; + /** * Set the color of the status bar text *