diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-02-17 16:25:39 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-02-17 16:25:39 +0100 |
commit | 2f6a4395ef1affd4cc690460c6db82e9e1cbc758 (patch) | |
tree | eccb540080405fa35c59da93184d3871dc119ce6 | |
parent | 0e625a1dbb32e8e6a932a2ed7c97bc86017c84e0 (diff) |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4413c65c..d5d2677b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.0.8 - 2022-02-17 +### Fixed +- Overlapping navigation toggle +- Adding Circles members +- Broken IE check +- Date time picker + ## 4.0.7 - 2021-12-16 ### Fixed - Missing action button closing after clicking QR code diff --git a/appinfo/info.xml b/appinfo/info.xml index 865c9e6d..8115d7fe 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ * š **Weāre not reinventing the wheel!** Based on the great and open SabreDAV library. </description> - <version>4.0.7</version> + <version>4.0.8</version> <licence>agpl</licence> <author>John MolakvoƦ</author> diff --git a/package-lock.json b/package-lock.json index 26af9d6f..5ef8a862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "4.0.7", + "version": "4.0.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5f0e037a..8ec5c025 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": "4.0.7", + "version": "4.0.8", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |