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-12-13 22:27:12 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 22:27:12 +0300
commit6fb599fade987b476a83b4521a450d8769c0cabe (patch)
tree6d29af0379d6bb0387ab2f404f2be2dae1666098 /appinfo
parentf5a214c440ce3054210197900a57a42d1efab8e0 (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 1e3c021..47223b5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>1.0.1</version>
+ <version>1.2.0</version>
<types>
<logging/>
@@ -28,6 +28,6 @@
<repository type="git">https://github.com/nextcloud/notifications.git</repository>
<dependencies>
- <nextcloud min-version="11" max-version="11" />
+ <nextcloud min-version="12" max-version="12" />
</dependencies>
</info>