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>2018-11-23 13:18:41 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-23 13:18:41 +0300
commitdcbcacc3b126306e5f69f7a1ebdf5b9bf0a115e5 (patch)
tree472efa740ff9bf2e2fe3e26edac0e4712d91801a /appinfo
parent7b2f2391b9c4716685592afd44a1f0fa2d7e7d43 (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 92fb874..80a3315 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.4.0</version>
+ <version>1.5.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="15" max-version="15" />
+ <nextcloud min-version="16" max-version="16" />
</dependencies>
</info>