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>2017-05-22 13:38:00 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-22 13:38:00 +0300
commit66279e836997194badaa4c9b7f072c1dbe0c8b45 (patch)
treee3c2786f71474233d48d6ef097af5e6f089c256e /appinfo
parent40446f41e8b1419ae272a23a5f50c43782ac03d6 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 3873d18..25953e9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<types>
<logging/>
@@ -28,6 +28,6 @@
<repository type="git">https://github.com/nextcloud/notifications.git</repository>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
</info>