chore(release): Bump version to 4.9.4

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2024-03-28 10:02:26 +01:00
parent 099f22d55c
commit e990255a3d
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,12 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
## 4.9.4
### Fixed
- fix: Shared folder check @provokateurin [#1263](https://github.com/nextcloud/notes/pull/1263)
## 4.9.3
### Fixed

View File

@ -6,7 +6,7 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
<version>4.9.3</version>
<version>4.9.4</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>

View File

@ -46,5 +46,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"version": "4.9.3"
"version": "4.9.4"
}