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