File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22All 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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ sign_dir=$(build_dir)/sign
77package_name =$(app_name )
88cert_dir =$(HOME ) /.nextcloud/certificates
99github_account =nextcloud
10- branch =stable20
11- version+ =0.20.6
10+ branch =stable21
11+ version+ =0.21.0
1212
1313all : appstore
1414
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments