We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a4b3a commit d02963dCopy full SHA for d02963d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+### 0.21.1
5
+
6
+- fix an issue with query on null on GS Setup
7
8
9
### 0.21.0
10
Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable21
11
-version+=0.21.0
+version+=0.21.1
12
13
all: appstore
14
appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
23
24
]]>
25
</description>
26
- <version>0.21.0</version>
+ <version>0.21.1</version>
27
<licence>agpl</licence>
28
<author>Maxence Lange</author>
29
<types>
0 commit comments