bump calendar version

This commit is contained in:
Evert Prants 2021-10-01 21:56:17 +03:00
parent 7829418b90
commit b99d47d425
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"main": "plugin.js", "main": "plugin.js",
"name": "calendar", "name": "calendar",
"description": "Plugin for iCalendar/VCS room events", "description": "Plugin for iCalendar/VCS room events",
"version": "1.1.2", "version": "1.1.3",
"tags": ["commands", "utility", "calendar"], "tags": ["commands", "utility", "calendar"],
"dependencies": ["simplecommands", "cron"], "dependencies": ["simplecommands", "cron"],
"npmDependencies": ["node-ical@^0.13.0"] "npmDependencies": ["node-ical@^0.13.0"]

View File

@ -3,7 +3,7 @@
"plugins": [ "plugins": [
{ {
"name": "calendar", "name": "calendar",
"version": "1.1.2" "version": "1.1.3"
}, },
{ {
"name": "debug", "name": "debug",