Prepare for appstore release

This commit is contained in:
Julius Haertl
2017-02-06 00:07:59 +01:00
parent dd612a0c5e
commit cb073897c3
2 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ Deck is a kanban style organization tool aimed at personal planning and project
- :rocket: Get your project organized
![Deck - Manage cards on your board](https://bitgrid.net/~jus/deck.png)
![Deck - Manage cards on your board](https://bitgrid.net/~jus/deck_1.png)
:boom: This is still alpha software: it may not be stable enough for production
@@ -29,7 +29,7 @@ This app is supposed to work on Nextcloud version 11 or later.
### Install latest release
Grab the latest release over here, extract it to your Nextcloud apps folder and enable the app.
You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/deck)
### Install from git

View File

@@ -16,16 +16,18 @@
:boom: This is still alpha software: it may not be stable enough for production!
</description>
<version>0.1.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<version>0.1.0</version>
<namespace>Deck</namespace>
<category>organization</category>
<category>office</category>
<bugs>https://github.com/juliushaertl/deck/issues</bugs>
<repository type="git">https://github.com/juliushaertl/deck.git</repository>
<screenshot>https://bitgrid.net/~jus/deck_1.png</screenshot>
<screenshot>https://bitgrid.net/~jus/deck_2.png</screenshot>
<screenshot>https://bitgrid.net/~jus/deck_3.png</screenshot>
<dependencies>
<nextcloud min-version="11" max-version="12" />
</dependencies>
<repository type="git">https://github.com/juliushaertl/deck.git</repository>
<bugs>https://github.com/juliushaertl/deck/issues</bugs>
<screenshot>https://bitgrid.net/~jus/deck.png</screenshot>
</info>