diff --git a/appinfo/info.xml b/appinfo/info.xml index 024fb7091..1e1944e5e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,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. ]]> - 5.1.0-beta.3 + 5.2.0-dev.0 agpl Richard Steinmetz Sebastian Krupinski @@ -41,7 +41,7 @@ https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png - + caldav diff --git a/package-lock.json b/package-lock.json index a1e2aa2ad..36d44518e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.1.0-beta3", + "version": "5.2.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.1.0-beta2", + "version": "5.2.0-dev.0", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.15", diff --git a/package.json b/package.json index 0da85f0a5..2968d4236 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": "5.1.0-beta3", + "version": "5.2.0-dev.0", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",