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-09-22 14:12:47 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:12:47 +0300
commit02a6260d2ab6c3cb8d1252cbba812aaa6e90fc16 (patch)
tree6406e14cc4f758dcf2a28e23969694c03f845479 /appinfo
parentf15c3282767d8cff452bfbe41ecb33e3c4022e32 (diff)
Add Nextcloud 25 support on masterupdate-master-version
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 6c12b39..666f798 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.14.0</version>
+ <version>1.15.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="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
</info>