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>2019-04-11 15:21:52 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-11 15:21:52 +0300
commit4924e658dcd324c338b813526417aef4cce53ac6 (patch)
tree099e69f2ad68edcac7cf56d7c52f78329f9da5c8 /appinfo
parent8ed7474280caa7d09a7ebc0e54d92b31964633a3 (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 e2c4a74..1e5c153 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@ will not work with Microsoft® Internet Explorer® versions below 9.
PDF.js is a JavaScript library developed by Mozilla, you can learn more
about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.github.io/pdf.js/)]]></description>
- <version>1.5.0</version>
+ <version>1.6.0</version>
<licence>agpl</licence>
<author>Thomas Müller, Lukas Reschke</author>
<namespace>Files_PdfViewer</namespace>
@@ -23,6 +23,6 @@ about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.
<category>office</category>
<bugs>https://github.com/nextcloud/files_pdfviewer/issues</bugs>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="17" max-version="17" />
</dependencies>
</info>