summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-10-14 22:09:39 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-10-14 22:09:39 -0100
commitfd223405946c428f1a19d23d8f4ea05c82d5714b (patch)
tree64bcfddab1ef1bd1473900518e38457f8e455ee6
parent24ce46b40e87fd15a8bd0e491380474568ae412d (diff)
0.4.0v0.4.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d2c9203..c7d4feb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,18 @@
# Changelog
-## 0.3.1
+## 0.4.0 (alpha 3.2)
+
+- [global] compat nc20
+
+
+## 0.3.1 (alpha 3.1)
- [setup] notification during update.
- [setup] fixing some requests.
-## 0.3.0 (alpha 3-0)
+## 0.3.0 (alpha 3.0)
- [setup] fully indexed database structure.
- [global] fixing issue with hashtags.
diff --git a/Makefile b/Makefile
index 6c9f7501..a7137906 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.3.1
+version+=0.4.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 84a72e5b..2fa86cf3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.3.1</version>
+ <version>0.4.0</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>