diff --git a/appinfo/info.xml b/appinfo/info.xml index d94c048efe..2e2fb6824a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ * πŸ“Ž **Attachments!** Add, upload and view event attachments * πŸ™ˆ **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. ]]> - 6.2.0-beta.0 + 6.3.0-dev.0 agpl Grigory Vodyanov Sebastian Krupinski @@ -44,7 +44,7 @@ https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png - + caldav diff --git a/package-lock.json b/package-lock.json index 964732ec50..46c2971213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "6.2.0-beta.0", + "version": "6.3.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "6.2.0-beta.0", + "version": "6.3.0-dev.0", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.20", diff --git a/package.json b/package.json index 3dd7ab5915..190011f329 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": "6.2.0-beta.0", + "version": "6.3.0-dev.0", "keywords": [ "nextcloud", "calendars",