Skip to content

Commit

Permalink
Merge pull request #5599 from nextcloud/build/release-v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala authored Nov 30, 2023
2 parents 98682c1 + 93496d7 commit 8cd88e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog

## 4.6.0 - unreleased
## 4.6.0 - 2023-11-30
### Added
- v2 for widget API
- PHP8.3 support
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.6.0-rc.1</version>
<version>4.6.0</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.6.0-rc.1",
"version": "4.6.0",
"author": "Georg Ehrke <[email protected]>",
"contributors": [
"Georg Ehrke <[email protected]>",
Expand Down

0 comments on commit 8cd88e6

Please sign in to comment.