From d014702d0419f8c1406324e8cfe0a6af5bbeedcf Mon Sep 17 00:00:00 2001 From: Ben Lau Date: Sun, 25 Feb 2024 11:43:28 +0800 Subject: [PATCH] release/0.3.1 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0d207b2..5df0e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-joplin-dddot", - "version": "0.3.1-dev", + "version": "0.3.1", "scripts": { "predist": "tailwindcss -i config.css -o src/styles/tailwind.css", "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", diff --git a/src/manifest.json b/src/manifest.json index 4348563..e6bde20 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin-plugin-dddot", "app_min_version": "2.6", - "version": "0.3.1-dev", + "version": "0.3.1", "name": "Joplin DDDot", "description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.", "author": "Ben Lau",