From d5a55ef3f8c1338a20acbda6988335c848400d30 Mon Sep 17 00:00:00 2001 From: Leonardo Merza Date: Sun, 20 Jan 2019 20:48:16 -0500 Subject: [PATCH] updated the next minor version --- README.md | 2 +- custom_updater.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fd751c..84fb1c4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ In your ui-lovelace.yaml resources: - url: https://unpkg.com/moment@2.23.0/moment.js type: js - - url: /local/calendar-card/calendar-card.js?v=1.2.2 + - url: /local/calendar-card/calendar-card.js?v=1.3.0 type: module ``` diff --git a/custom_updater.json b/custom_updater.json index 6f76a61..783c9bb 100644 --- a/custom_updater.json +++ b/custom_updater.json @@ -1,7 +1,7 @@ { "calendar-card": { - "updated_at": "2018-12-26", - "version": "1.2.2", + "updated_at": "2019-01-20", + "version": "1.3.0", "remote_location": "https://raw.githubusercontent.com/ljmerza/calendar-card/master/calendar-card.js", "visit_repo": "https://github.com/ljmerza/calendar-card", "changelog": "https://github.com/ljmerza/calendar-card/releases/latest"