bump version for theming again 🙇

also make appinfo compliant with appstore's schema. except default_enable…

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-05-24 00:17:51 +02:00
parent 01d3586a0f
commit 67340846f9
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 6 additions and 8 deletions

View File

@ -5,19 +5,17 @@
<description>Adjust the Nextcloud theme</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
<version>1.4.2</version>
<version>1.4.3</version>
<namespace>Theming</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<logging/>
</types>
<default_enable/>
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues/</bugs>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\Theming\Settings\Admin</admin>