Increment version number to 0.9.6
This commit is contained in:
parent
c26dfd5722
commit
86a309ecfd
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
|
||||
<licence>agpl</licence>
|
||||
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<ocsid>164356</ocsid>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
|
||||
<namespace>Tasks</namespace>
|
||||
|
|
2
js/package-lock.json
generated
2
js/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tasks",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tasks",
|
||||
"description": "Nextcloud - Tasks",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"author": {
|
||||
"name": "Raimund Schlüßler",
|
||||
"email": "raimund.schluessler@googlemail.com"
|
||||
|
|
Loading…
Reference in a new issue