Allow nunlable to booleans needed due NC 22 changes.

This commit is contained in:
Matias De lellis
2021-07-08 11:58:24 -03:00
parent fe94cfc5cf
commit 551f1d8ce4
6 changed files with 51 additions and 79 deletions

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.7.1</version>
<version>0.7.2</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<namespace>QuickNotes</namespace>
@@ -20,6 +20,6 @@
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.jpeg</screenshot>
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-shared-note.jpeg</screenshot>
<dependencies>
<nextcloud min-version="21" max-version="21"/>
<nextcloud min-version="21" max-version="22"/>
</dependencies>
</info>