From 51e10443c4caac426e84d6b1967a3a46e8904fa2 Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 27 Nov 2023 18:29:17 -0800 Subject: [PATCH] Update version to 7.9.0. --- nb | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nb b/nb index 9e57d2c48..1fec7d1e2 100755 --- a/nb +++ b/nb @@ -81,7 +81,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="7.8.0" +_VERSION="7.9.0" # $_ME # diff --git a/package-lock.json b/package-lock.json index fea7263bb..6d7e9f0da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nb.sh", - "version": "7.8.0", + "version": "7.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nb.sh", - "version": "7.8.0", + "version": "7.9.0", "license": "AGPL-3.0-or-later", "bin": { "bookmark": "bin/bookmark", diff --git a/package.json b/package.json index fd769a7dc..3a2338358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nb.sh", - "version": "7.8.0", + "version": "7.9.0", "description": "CLI and local web note-taking, bookmarking, and archiving with encryption, search, Git-backed versioning and syncing, tagging, and more in a single portable script.", "global": true, "install": "make install",