Skip to content

Commit ed756f3

Browse files
committed
migration to NC21
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 234584f commit ed756f3

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
### 0.21.0
6+
7+
- Nextcloud 21 compat.
8+
9+
510
### 0.20.6
611

712
- use https and http when in doubt

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sign_dir=$(build_dir)/sign
77
package_name=$(app_name)
88
cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
10-
branch=stable20
11-
version+=0.20.6
10+
branch=stable21
11+
version+=0.21.0
1212

1313
all: appstore
1414

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
2323
2424
]]>
2525
</description>
26-
<version>0.20.6</version>
26+
<version>0.21.0</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>
@@ -43,7 +43,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
4343
<repository>https://github.com/nextcloud/circles.git</repository>
4444
<screenshot>https://raw.githubusercontent.com/nextcloud/circles/master/screenshots/0.12.0.png</screenshot>
4545
<dependencies>
46-
<nextcloud min-version="20" max-version="20"/>
46+
<nextcloud min-version="21" max-version="21"/>
4747
</dependencies>
4848

4949
<background-jobs>

0 commit comments

Comments
 (0)