summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-03 16:17:44 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-03 16:18:37 +0200
commit1131ee75b70564d54cd11c5a4519ce0c78196c3b (patch)
treeae1ea7818ae5addee427a39f5114d7854f0ecc57
parentd518de728b18dbde70b7d4b7879eddd75331422e (diff)
3.1.6v3.1.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f3fdf32..d139faea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
+## 3.1.6 – 2019-10-03
+### Fixed
+- Fix initialStateService for 15
+ [#1292](https://github.com/nextcloud/contacts/pull/1292)
## 3.1.5 – 2019-10-03
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d20d85a8..1dfbec59 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.5</version>
+ <version>3.1.6</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index 03dd3265..c796a203 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.5",
+ "version": "3.1.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index cc6f8722..d28f6ec8 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.5",
+ "version": "3.1.6",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",