Bump version to move the numbering away from the version nc20 or lower.

This commit is contained in:
Matias De lellis
2021-03-22 20:22:47 -03:00
parent 66cb273609
commit 57089e1773
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.7.0] 2021-03-19
- Bump version to move the numbering away from the version nc20 or lower.
## [0.6.6] 2021-03-19
- Fix on NC20
## [0.6.5]: 2021-03-18 ## [0.6.5]: 2021-03-18
- Emergency release to truly enable NC21. Thanks @nursoda for report it on - Emergency release to truly enable NC21. Thanks @nursoda for report it on
issue #57 issue #57

View File

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