From 98e7a348ccc6377e19f195e66d3cae39187f3d93 Mon Sep 17 00:00:00 2001 From: Matthew Scharley Date: Sun, 13 Mar 2022 21:42:41 +1100 Subject: [PATCH] 0.5.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f35c8901..a390af47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes-nc", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notes-nc", - "version": "0.5.2", + "version": "0.5.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 19164cd8..e417df48 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Note taking app for markdown folders", "author": "Matthew Scharley ", "private": true, - "version": "0.5.2", + "version": "0.5.3", "funding": { "type": "individual", "url": "https://github.com/sponsors/mscharley"