diff --git a/package-lock.json b/package-lock.json index 768d8bd..d804671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-event-calendar", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin-plugin-event-calendar", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "date-fns": "^2.28.0", diff --git a/package.json b/package.json index 08bc985..17803e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-event-calendar", - "version": "0.1.1", + "version": "0.2.0", "scripts": { "test": "jest", "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", diff --git a/src/manifest.json b/src/manifest.json index da328b8..5d7cb8e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.wemakemachines.joplin.plugin.event-calendar", "app_min_version": "2.7", - "version": "0.1.1", + "version": "0.2.0", "name": "Event Calendar", "description": "A simple event calendar", "author": "Franco Speziali",