Skip to content

Commit eef926a

Browse files
Merge pull request #58 from nextcloud/prep-release-2.0.1
Prep release 2.0.1
2 parents fc34927 + 17c609a commit eef926a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
env:
99
global:
10-
- CORE_BRANCH=master
10+
- CORE_BRANCH=stable10
1111
- APP_NAME=announcementcenter
1212
matrix:
1313
- DB=sqlite

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>An announcement center for Nextcloud</description>
66
<licence>AGPL</licence>
77
<author>Joas Schilling</author>
8-
<version>2.0.0</version>
8+
<version>2.0.1</version>
99
<namespace>AnnouncementCenter</namespace>
1010

1111
<category>organization</category>
@@ -16,7 +16,7 @@
1616
<repository type="git">https://github.com/nextcloud/announcementcenter.git</repository>
1717

1818
<dependencies>
19-
<owncloud min-version="9.1" max-version="9.2" />
19+
<owncloud min-version="9.1" max-version="9.1" />
2020
</dependencies>
2121

2222
<types>

0 commit comments

Comments
 (0)