Skip to content

Commit 372d016

Browse files
committed
0.20.4
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 8eaf4cc commit 372d016

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
### 0.20.4
5+
6+
- caching display name
7+
- better maintenance of circles & shares
8+
- fixing an issue with new members
9+
410

511
### 0.20.3
612

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package_name=$(app_name)
88
cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
1010
branch=master
11-
version+=0.20.3
11+
version+=0.20.4
1212

1313
all: appstore
1414

appinfo/info.xml

+1-1
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.3</version>
26+
<version>0.20.4</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)