Skip to content

Commit 101e3cc

Browse files
committed
0.20.3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent a2ef1f4 commit 101e3cc

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
.buildpath
44
.project
55
build/
6-
vendor/
76
.settings/
7+
composer/

CHANGELOG.md

+5
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.20.3
6+
7+
- fixing composer lib version
8+
9+
510
### 0.20.2
611

712
- fixing a migration issue on some database setup

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.2
11+
version+=0.20.3
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.2</version>
26+
<version>0.20.3</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)