summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-17 14:22:17 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-17 14:22:17 +0200
commite6e28ca062598f9ed89b57c5afde0bdf58baa7f7 (patch)
treea00bba02827d815fe3cf69d75f14ad49a2e06a72
parent8fb825763353790248e5932cfdde5178acc434ab (diff)
v4.1.1 RC1v4.1.1-rc1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4b5fd44..a48cbcca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 4.1.1 – 2022-05-17
+### Changed
+- Autosave birthdate
+### Fixed
+- Large social image import
+
## 4.1.0 – 2022-03-22
### Added
- Nextcloud 24 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7ce19ace..e59d5f6a 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>4.1.0</version>
+ <version>4.1.1-RC.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 1f46a6f8..54b878ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "4.1.0",
+ "version": "4.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "4.1.0",
+ "version": "4.1.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index 490c93cf..e1efb722 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.1.0",
+ "version": "4.1.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",