bump max nc version to 17, v0.0.12

merge-requests/12/merge
Julien Veyssier 2019-10-13 18:56:11 +02:00
parent 416a9fbc14
commit 4ad9465cd7
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
3 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## 0.0.12 2019-10-13
### Changed
- bump to NC 17
## 0.0.11 2019-04-09
### Changed
- bump to NC 16

View File

@ -80,7 +80,7 @@ If you look for more powerfull GPX editors, take a look at :
- [JOSM](https://josm.openstreetmap.de/)
</description>
<version>0.0.11</version>
<version>0.0.12</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>GpxEdit</namespace>
@ -100,7 +100,7 @@ If you look for more powerfull GPX editors, take a look at :
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="5.5">mysql</database>
<nextcloud min-version="14" max-version="16"/>
<nextcloud min-version="14" max-version="17"/>
</dependencies>
<settings>
<admin>OCA\GpxEdit\Settings\Admin</admin>

View File

@ -5,7 +5,7 @@ build_dir=/tmp/build
sign_dir=/tmp/sign
cert_dir=$(HOME)/.nextcloud/certificates
webserveruser ?= www-data
occ_dir ?= /var/www/html/n15
occ_dir ?= /var/www/html/n17
all: appstore