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>2022-04-15 00:15:35 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-15 00:15:35 +0300
commit5b4ef9c9a2a0ff8ed314600fbab44eda96cb5570 (patch)
tree7fa71c843b6ff017f20d0bdc819235093dba03c6 /appinfo
parent297f5979afad784bdba44c531c46e8b26a142a05 (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 d56a929..6c12b39 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.13.0</version>
+ <version>1.14.0</version>
<licence>MIT</licence>
<author>Björn Korella</author>
<namespace>FilesVideoPlayer</namespace>
@@ -24,6 +24,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="24" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
</info>