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>2021-02-03 11:35:52 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 11:35:52 +0300
commitd22d57380f0d5703a9b8d24ffbd6aa6ed1c387f6 (patch)
tree95eaf03c86411942d03c799bcf23b8cb985cd326 /appinfo
parent9e24b1e6cbb389383bb3c5a41cba911228c633ec (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6f860c1..07bee25 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.1.0</version>
+ <version>2.2.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="21" max-version="21" />
+ <nextcloud min-version="22" max-version="22" />
</dependencies>
</info>