summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-18 20:16:35 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-18 20:16:35 +0200
commitc80455899343bd5ee2530fea4e7c27350eba43c7 (patch)
tree4d69882b5eacd310b7a80c07aaf7fb749831d1dd
parente1a1e292982096a05a7284007815ea35d0e8aaa7 (diff)
v5.0.1v5.0.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9db6988..5b966287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 5.0.1 – 2022-10-18
+### Fixed
+- Org chart expand icon overlapped
+
## 5.0.0 – 2022-10-11
### Added
- Nextcloud 25 design
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c5e22b0e..c813baa4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>5.0.1-alpha.0</version>
+ <version>5.0.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 24f82106..07142487 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.0.1-alpha0",
+ "version": "5.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.0.1-alpha0",
+ "version": "5.0.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index 9b0f550e..f5b724bb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
- "version": "5.0.1-alpha0",
+ "version": "5.0.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",