We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc34927 + 17c609a commit eef926aCopy full SHA for eef926a
.travis.yml
@@ -7,7 +7,7 @@ php:
7
8
env:
9
global:
10
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable10
11
- APP_NAME=announcementcenter
12
matrix:
13
- DB=sqlite
appinfo/info.xml
@@ -5,7 +5,7 @@
5
<description>An announcement center for Nextcloud</description>
6
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<namespace>AnnouncementCenter</namespace>
<category>organization</category>
@@ -16,7 +16,7 @@
16
<repository type="git">https://github.com/nextcloud/announcementcenter.git</repository>
17
18
<dependencies>
19
- <owncloud min-version="9.1" max-version="9.2" />
+ <owncloud min-version="9.1" max-version="9.1" />
20
</dependencies>
21
22
<types>
0 commit comments