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-09-05 13:24:14 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-05 13:24:56 +0300
commit3f3bf5a7ca02f48eeceb5bcf72078d66275ae75c (patch)
treeb2ab9069b3f9b6d32b80cf1e827525e8ab7b0b1b /appinfo
parentc7294b33c6f3f1bb1a0702d4e599a8bb7e0e8494 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/info.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index affa51f..92fb874 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,19 +10,19 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.3.0</version>
+ <version>1.4.0</version>
<licence>MIT</licence>
<author>Björn Korella</author>
<default_enable/>
<documentation>
- <user>https://github.com/owncloud/files_videoplayer/blob/master/README.md</user>
- <admin>https://github.com/owncloud/files_videoplayer/blob/master/README.md</admin>
- <developer>https://github.com/owncloud/files_videoplayer/blob/master/README.md</developer>
+ <user>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</user>
+ <admin>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</admin>
+ <developer>https://github.com/nextcloud/files_videoplayer/blob/master/README.md</developer>
</documentation>
- <website>https://github.com/owncloud/files_videoplayer</website>
- <bugs>https://github.com/owncloud/files_videoplayer/issues</bugs>
- <repository type="git">https://github.com/owncloud/files_videoplayer.git</repository>
+ <website>https://github.com/nextcloud/files_videoplayer</website>
+ <bugs>https://github.com/nextcloud/files_videoplayer/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/files_videoplayer.git</repository>
<dependencies>
- <nextcloud min-version="14" max-version="14" />
+ <nextcloud min-version="15" max-version="15" />
</dependencies>
</info>