From fba9e01a0de67fea3adc6674e85b4706829f4756 Mon Sep 17 00:00:00 2001 From: Henry Heino Date: Fri, 22 Mar 2024 13:07:40 -0700 Subject: [PATCH] v2.9.1 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e37248..d938cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.9.0 +# 2.9.0 and 2.9.1 - [Updates `js-draw` to v1.18.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1180) - New pen type. diff --git a/package-lock.json b/package-lock.json index df307a6..2e365b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-freehand-drawing", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "joplin-plugin-freehand-drawing", - "version": "2.9.0", + "version": "2.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ed406b7..c86fd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-freehand-drawing", - "version": "2.9.0", + "version": "2.9.1", "scripts": { "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 074eae1..5783096 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", "app_min_version": "2.10", - "version": "2.9.0", + "version": "2.9.1", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino",