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>2016-07-22 12:58:23 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-22 12:58:23 +0300
commit268f9ff5161a5e8e0b5a8b5cedb3781b34826a86 (patch)
tree8bd2f63f753c541de59cc3558c2a753f0d2d4a8a /appinfo
parent5a244f78301279689ebe987da75597036ddd20f5 (diff)
Increase the version in master
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 d4bfb1b..4e7d550 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>0.9.8</version>
+ <version>1.0.0</version>
<licence>MIT</licence>
<author>Björn Korella</author>
<default_enable/>
@@ -23,6 +23,6 @@
<bugs>https://github.com/owncloud/files_videoplayer/issues</bugs>
<repository type="git">https://github.com/owncloud/files_videoplayer.git</repository>
<dependencies>
- <owncloud min-version="8.2" max-version="9.1" />
+ <owncloud min-version="8.2" max-version="9.2" />
</dependencies>
</info>