diff --git a/appinfo/info.xml b/appinfo/info.xml index 8dd0ccc75..94b0b6ac2 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.5.0-alpha.2 + 4.5.0-beta.1 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index dc921dcf4..292dadc24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.5.0-alpha2", + "version": "4.5.0-beta1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.5.0-alpha2", + "version": "4.5.0-beta1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.8", diff --git a/package.json b/package.json index 726d5343d..771075569 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.5.0-alpha2", + "version": "4.5.0-beta1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",