diff --git a/CHANGELOG.md b/CHANGELOG.md index 222c89153..5a01ced86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Ability to invite circles to events - Custom public calendar subscriptions - Automatically find free slots for an event +- Calendar widget for publicly shared calendars ### Changed - Editor redesign diff --git a/appinfo/info.xml b/appinfo/info.xml index 36c29e024..1f7918ba7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ * ☑️ Tasks! See tasks with a due date directly in the calendar * 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 4.7.0-beta.2 + 4.7.0-beta.3 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 5fa26746a..2df38a5a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.0-beta.2", + "version": "4.7.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.0-beta.2", + "version": "4.7.0-beta.3", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 54386a664..4e0cfe0a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "4.7.0-beta.2", + "version": "4.7.0-beta.3", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",