summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>",