From b99d47d425d70b323c1ddce95c61030fa68dadfc Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Fri, 1 Oct 2021 21:56:17 +0300 Subject: [PATCH] bump calendar version --- calendar/plugin.json | 2 +- squeebot.repo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/plugin.json b/calendar/plugin.json index 0a7a0a9..d4ca9db 100644 --- a/calendar/plugin.json +++ b/calendar/plugin.json @@ -2,7 +2,7 @@ "main": "plugin.js", "name": "calendar", "description": "Plugin for iCalendar/VCS room events", - "version": "1.1.2", + "version": "1.1.3", "tags": ["commands", "utility", "calendar"], "dependencies": ["simplecommands", "cron"], "npmDependencies": ["node-ical@^0.13.0"] diff --git a/squeebot.repo.json b/squeebot.repo.json index 1272954..88e6a65 100644 --- a/squeebot.repo.json +++ b/squeebot.repo.json @@ -3,7 +3,7 @@ "plugins": [ { "name": "calendar", - "version": "1.1.2" + "version": "1.1.3" }, { "name": "debug",