Skip to content

Commit

Permalink
bump version for theming again 🙇
Browse files Browse the repository at this point in the history
also make appinfo compliant with appstore's schema. except default_enable…

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed May 23, 2018
1 parent 01d3586 commit 6734084
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions apps/theming/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6734084

Please sign in to comment.