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-06-24 16:21:08 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 16:21:08 +0300
commit89b6bdd0670fecf3755d042d58675820f450fb84 (patch)
tree5f2d7407ca7a610448328c76a9da520640d42275 /appinfo
parentf5516a1aef0918c2caba58ca7acc00a64a8af9dc (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 48b843c..912fc8f 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.3.0</version>
+ <version>2.4.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="22" max-version="22" />
+ <nextcloud min-version="23" max-version="23" />
</dependencies>
</info>