summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-03 10:50:00 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-03 10:50:38 +0200
commitefca8f66b9609a267d7311905682341d207ceb11 (patch)
treec36c8cc2bdcf2024c1c43a32509b00f29fa1a06a
parent8825d8c068f0a095493738b62ead9de3f6aeebd9 (diff)
3.1.5v3.1.5
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb3c2b25..2f3fdf32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
+
+## 3.1.5 – 2019-10-03
+
+### Fixed
+- Better debug of the duplicate types check
+ [#1290](https://github.com/nextcloud/contacts/pull/1290)
+- Fix initialStateService for 15
+ [#1291](https://github.com/nextcloud/contacts/pull/1291)
+
## 3.1.4 – 2019-09-28
### Enhancements
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 906f227b..d20d85a8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>3.1.4</version>
+ <version>3.1.5</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index 07a0691e..03dd3265 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.4",
+ "version": "3.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 39154f0e..cc6f8722 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": "3.1.4",
+ "version": "3.1.5",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",