From: Adam Dullage Date: Thu, 8 Feb 2024 13:03:51 +0000 (+0000) Subject: 4.0.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a504ad64510a33214a0618c620a8bcf4a1b0bebd;p=flatnotes.git 4.0.1 --- diff --git a/package-lock.json b/package-lock.json index 6602966..181a386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flatnotes", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flatnotes", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "devDependencies": { "@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0", diff --git a/package.json b/package.json index 2095980..20e0fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatnotes", - "version": "4.0.0", + "version": "4.0.1", "description": "A database-less note taking web app that utilises a flat folder of markdown files for storage.", "main": "client/index.html", "scripts": {