From 5c1fd6606978540055b0df08191e726e4e88b118 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 29 Jan 2025 10:59:23 +0100 Subject: [PATCH] release v5.1.0-rc.1 Signed-off-by: greta --- 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 024fb7091..ff3249c14 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.1.0-rc.1 agpl Richard Steinmetz Sebastian Krupinski diff --git a/package-lock.json b/package-lock.json index a1e2aa2ad..1de0287e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "5.1.0-beta3", + "version": "5.1.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendar", - "version": "5.1.0-beta2", + "version": "5.1.0-rc.1", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.15", diff --git a/package.json b/package.json index 0da85f0a5..fad16a5d1 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.1.0-rc.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",