diff --git a/package.json b/package.json index 62f3792..08bc985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-event-calendar", - "version": "0.1.0", + "version": "0.1.1", "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 714c40c..da328b8 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.0", + "version": "0.1.1", "name": "Event Calendar", "description": "A simple event calendar", "author": "Franco Speziali",