diff --git a/package-lock.json b/package-lock.json index bab84d5..58a5b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-calendar-store", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "solid-calendar-store", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "dependencies": { "@rmlio/solid-rml-store": "^0.3.0", diff --git a/package.json b/package.json index 70855a8..2443ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-calendar-store", - "version": "0.6.1", + "version": "0.7.0", "description": "Access calendars via your Solid POD.", "scripts": { "build": "npm run build:ts && npm run build:components",