diff --git a/nb b/nb index 90659d62..9b30634a 100755 --- a/nb +++ b/nb @@ -82,7 +82,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="7.14.4" +_VERSION="7.14.5" # $_ME # diff --git a/package-lock.json b/package-lock.json index 3bcd98a0..0747557a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nb.sh", - "version": "7.14.4", + "version": "7.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nb.sh", - "version": "7.14.4", + "version": "7.14.5", "license": "AGPL-3.0-or-later", "bin": { "bookmark": "bin/bookmark", diff --git a/package.json b/package.json index 00a48d0d..4000816a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nb.sh", - "version": "7.14.4", + "version": "7.14.5", "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",