Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:12:01 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:12:01 +0300
commitf1818b256abec13a3c32eb365e3a2d8ec6c7349f (patch)
tree610c0f4c4f62cdeca48d3a3bd921b42869a4d72a
parentcbfe0e21aece4b039fda7ac807ded47e6f1af62d (diff)
Add Nextcloud 25 support on masterupdate-master-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 12c0819..d51d3b9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[Directly view PDF documents in your Nextcloud.
As an added bonus, this app can also display Adobe Illustrator (.ai) files.
Powered by [pdf.js](https://mozilla.github.io/pdf.js/)]]></description>
- <version>2.6.0</version>
+ <version>2.7.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
@@ -21,6 +21,6 @@ Powered by [pdf.js](https://mozilla.github.io/pdf.js/)]]></description>
<repository type="git">https://github.com/nextcloud/files_pdfviewer.git</repository>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
</info>
diff --git a/package.json b/package.json
index 5bd7dfd..4284b0c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "files_pdfviewer",
"description": "PDF viewer plugin for Nextcloud",
- "version": "2.6.0",
+ "version": "2.7.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [],
"bugs": {