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>2018-11-23 13:17:38 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-23 13:17:38 +0300
commit20c57a9c9cb1c683165c4414bd58c1df82030eba (patch)
treeec8c71ac1bef91daed932097b02adfcfe7392198 /appinfo
parent647815050e9e4e17946ecc68c43d09e8dec9622a (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 fab7d95..e2c4a74 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.4.0</version>
+ <version>1.5.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="15" max-version="15" />
+ <nextcloud min-version="16" max-version="16" />
</dependencies>
</info>