Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dea8c7e..077672af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
+## 3.5.2 - 2022-10-27
+### Fixed
+- Event calendar picker out of sync after moving event
+
## 3.5.1 - 2022-10-19
### Fixed
- Timezone overlapping time suggestions for appointments
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a1a67d1d..d11af146 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.
]]></description>
- <version>3.5.1</version>
+ <version>3.5.2</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index c7f850b3..7289a418 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "3.5.1",
+ "version": "3.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "3.5.1",
+ "version": "3.5.2",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.0",
diff --git a/package.json b/package.json
index 084a8673..98ecf872 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": "3.5.1",
+ "version": "3.5.2",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",