From: Adam Dullage Date: Sat, 16 Nov 2024 15:55:29 +0000 (+0000) Subject: 5.3.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0bf2e9eba683e161513c3162a2191d8a3c477112;p=flatnotes.git 5.3.1 --- diff --git a/package-lock.json b/package-lock.json index a059e27..29cfb70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flatnotes", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flatnotes", - "version": "5.3.0", + "version": "5.3.1", "license": "MIT", "dependencies": { "@jamescoyle/vue-icon": "0.1.2", diff --git a/package.json b/package.json index 1923fe6..7a6ba0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatnotes", - "version": "5.3.0", + "version": "5.3.1", "type": "module", "description": "A database-less note taking web app that utilises a flat folder of markdown files for storage.", "main": "client/index.html",