summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-03-15 19:28:57 -0100
committerGitHub <noreply@github.com>2023-03-15 19:28:57 -0100
commit521447b4f7dcc0eabeb7c44710ad7c0d1716c684 (patch)
treead9fe3934eed169c4f48d2c5c5af2082971809ca
parenta1f2a8a799baa1d0a08638d6bcc1e37664a1382d (diff)
parent2705ab38495ae6a0a07dfa34d4ebe0392d0ede0a (diff)
Merge pull request #1656 from nextcloud/release/0.6.0-beta4v0.6.0-beta4
0.6.0-beta4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a4f70ba7..556ceecd 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.6.0-beta1
+version+=0.6.0-beta4
all: dev-setup lint build-js-production composer
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 24087c6d..9855a6fa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.6.0-beta3</version>
+ <version>0.6.0-beta4</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>