From 892c5ea051a53b7784bf719a58cda5474448be54 Mon Sep 17 00:00:00 2001 From: Alon Diament Date: Tue, 19 Apr 2022 13:23:11 +0300 Subject: [PATCH] bump version: v0.4.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3084874..330119b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-history-panel", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 9f37b12..7a35399 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.history-panel", "app_min_version": "2.7", - "version": "0.3.0", + "version": "0.4.0", "name": "History Panel", "description": "Joplin note browsing history", "author": "alondmnt",