summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-15 10:54:51 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-15 10:54:51 +0100
commit16bafd66d1ab8a6d9641eacef57c4c5d304f57f1 (patch)
treeb6261e0b2e6de4dabbe3955871d69c48aa95cafe
parent03e47cebb23961c8eb6fd73ba0cad31190fbf9c6 (diff)
v3.0.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--appinfo/info.xml5
-rw-r--r--package-lock.json15
-rw-r--r--package.json2
3 files changed, 13 insertions, 9 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 25202a4c..46d9a93a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,11 +11,10 @@
* 👥 **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.0.0-beta1</version>
+ <version>3.0.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
- <author>Jessica Greene</author>
- <author>Arati R</author>
+ <author>Team Popcorn</author>
<documentation>
<user>https://docs.nextcloud.com/server/14/user_manual/pim/contacts.html</user>
<admin>https://docs.nextcloud.com/server/14/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
diff --git a/package-lock.json b/package-lock.json
index fd53a3f4..baa08f74 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.0.0-beta1",
+ "version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3760,7 +3760,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -4175,7 +4176,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -4231,6 +4233,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -4274,12 +4277,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
}
}
},
diff --git a/package.json b/package.json
index 56eb40df..cb20aae4 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.0.0-beta1",
+ "version": "3.0.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",