From d28d1a5ccd6a0ad3e4cc3379e044ca7973402e89 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Mar 2024 12:50:18 +0100 Subject: [PATCH] chore(release): v4.7.0-beta4 Signed-off-by: Christoph Wurst --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 1f7918ba7..297e7b7e9 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.3 + 4.7.0-beta.4 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 847cd6154..bdc088f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.7.0-beta.3", + "version": "4.7.0-beta4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.7.0-beta.3", + "version": "4.7.0-beta4", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 3b9e4ee24..ca149db73 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.3", + "version": "4.7.0-beta4", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",