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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-07 10:52:36 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-07 10:52:36 +0300
commit11c8ddf7c54f6f11044ac2cceff375a1a5010b98 (patch)
tree9ef10602479659721c121cecc88380c1c51f63e1 /appinfo
parentd8a2d6f73d6cd5851dcdb3ae6d398453f4f72982 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9660e76..1f2e9a8 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.8.0</version>
+ <version>1.9.0</version>
<licence>MIT</licence>
<author>Björn Korella</author>
<default_enable/>
@@ -23,6 +23,6 @@
<bugs>https://github.com/nextcloud/files_videoplayer/issues</bugs>
<repository type="git">https://github.com/nextcloud/files_videoplayer.git</repository>
<dependencies>
- <nextcloud min-version="19" max-version="19" />
+ <nextcloud min-version="20" max-version="20" />
</dependencies>
</info>