Skip to content

Commit e3da086

Browse files
committed
chore: bump app and nextcloud versions
Signed-off-by: David Lima <antdavidlima@gmail.com>
1 parent c98f664 commit e3da086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* **Note :** Encrypted files are not supported yet
2929
]]></description>
3030

31-
<version>2.0.0</version>
31+
<version>4.0.0</version>
3232
<licence>agpl</licence>
3333
<author mail="paulereverend@gmail.com">Paul Lereverend</author>
3434
<namespace>Extract</namespace>
@@ -38,6 +38,6 @@
3838
<bugs>https://github.com/PaulLereverend/NextcloudExtract/issues</bugs>
3939
<screenshot>https://raw.githubusercontent.com/PaulLereverend/NextcloudExtract/master/img/extract.png</screenshot>
4040
<dependencies>
41-
<nextcloud min-version="32" max-version="32"/>
41+
<nextcloud min-version="33" max-version="33"/>
4242
</dependencies>
4343
</info>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract",
3-
"version": "0.0.1",
3+
"version": "4.0.0",
44
"private": true,
55
"description": "Allows to extract archive from the web interface.",
66
"license": "agpl",

0 commit comments

Comments
 (0)