diff --git a/package-lock.json b/package-lock.json index 96e5a9cd..84933071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/cdav-library", - "version": "2.6.2", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/cdav-library", - "version": "2.6.2", + "version": "2.7.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0" diff --git a/package.json b/package.json index 98eaad28..525650eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/cdav-library", - "version": "2.6.2", + "version": "2.7.0", "description": "CalDAV and CardDAV client library for Nextcloud", "type": "module", "main": "dist/index.cjs",