From: Adam Dullage Date: Sun, 26 May 2024 04:31:07 +0000 (+0200) Subject: 5.0.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b5369bb02c409622673d753a7a2bdbf6fe9572d;p=flatnotes.git 5.0.0 --- diff --git a/package-lock.json b/package-lock.json index 2239dd6..65a5683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flatnotes", - "version": "5.0.0-rc.1", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flatnotes", - "version": "5.0.0-rc.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "@jamescoyle/vue-icon": "0.1.2", diff --git a/package.json b/package.json index f00a14d..25a573c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flatnotes", - "version": "5.0.0-rc.1", + "version": "5.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": {