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>2021-02-03 11:37:04 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 11:37:04 +0300
commit5b4eb0fcddd5949744a712ba9efd406d5de153fb (patch)
tree19a53d76bb67cd6d4272290939b0a3111c427a77
parentda6e169866ec06f4359aacfdeae14a6c7e796255 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rwxr-xr-xappinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3a5a526..fb7bf25 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.10.0</version>
+ <version>1.11.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="21" max-version="21" />
+ <nextcloud min-version="22" max-version="22" />
</dependencies>
</info>
diff --git a/package.json b/package.json
index b18825c..176cfb5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "files_videoplayer",
- "version": "1.9.0",
+ "version": "1.11.0",
"description": "A responsive video player for Nextcloud using a skinned version of Video.js.",
"private": true,
"dependencies": {