From e171e443bab5b766ec4fc869a1a24f2b7d0cf63b Mon Sep 17 00:00:00 2001 From: Franco Speziali Date: Sun, 24 Apr 2022 22:33:53 +0200 Subject: [PATCH] Updated versioning --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",