summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-05 23:45:04 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-05 23:45:04 -0100
commit589b0e0368e8eead4dabfd4b0a50875bc90801f4 (patch)
treec579179ec6c56222f2c80d5bd7512fc4da28e7cf
parent071d56b685837aa314353fb9e5eebf1921e8451d (diff)
0.2.3v0.2.3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d78a041..cbc6d121 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.2.3
+
+- [global] reverting nextcloud to 0.9.x
+- [global] reverting routes
+
+
## 0.2.2
- [setup] fixing an issue with empty boolean field during postgresql migration.
diff --git a/Makefile b/Makefile
index 646a53f2..b0223b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=0.2.2
+version+=0.2.3
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab80b9a5..e9640bb6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.2.2</version>
+ <version>0.2.3</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>