Skip to content

Commit d6e0632

Browse files
committed
chore: match app version with Nextcloud
Signed-off-by: David Lima <[email protected]>
1 parent 5abc4a1 commit d6e0632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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>4.0.0</version>
31+
<version>3.0.0</version>
3232
<licence>agpl</licence>
3333
<author mail="[email protected]">Paul Lereverend</author>
3434
<namespace>Extract</namespace>

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": "4.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Allows to extract archive from the web interface.",
66
"license": "agpl",

0 commit comments

Comments
 (0)