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 <coding@schilljs.com>2016-07-22 13:05:20 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-22 13:05:20 +0300
commit55080990465f4dc57d224bca72c7cc37a27b45f9 (patch)
treee4ec7e8574272cea533d3853b0c8a998b4ddc664 /appinfo
parent4eaf4e3ec63bfe7b58e5acca29a3a49430abe6e0 (diff)
Increase the version in master
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 0d11cdb..5609c37 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>0.3.0</version>
+ <version>1.0.0</version>
<types>
<logging/>
@@ -19,6 +19,6 @@
<repository type="git">https://github.com/nextcloud/notifications.git</repository>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>