Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-03-02 10:40:48 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-03-02 10:40:48 +0300
commit4b4ac431911ff4ea5b70f7f56a05f026a543b889 (patch)
tree0d70d8209ca40b2252a08afb5e63f6980cee2a93 /appinfo
parent13f955478827b9f7f8db50645ceeb1a23cbd80cc (diff)
Update app version and requirements
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 58a9a2e..4845089 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>0.2.3</version>
+ <version>0.3.0</version>
<types>
<logging/>
@@ -15,6 +15,6 @@
<default_enable/>
<dependencies>
- <owncloud min-version="9.0" max-version="9.0"/>
+ <owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>