diff --git a/nb b/nb index 2311af8bc..35c673146 100755 --- a/nb +++ b/nb @@ -82,7 +82,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="7.14.3" +_VERSION="7.14.4" # $_ME # diff --git a/package-lock.json b/package-lock.json index 869d7135c..3bcd98a04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nb.sh", - "version": "7.14.3", + "version": "7.14.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nb.sh", - "version": "7.14.3", + "version": "7.14.4", "license": "AGPL-3.0-or-later", "bin": { "bookmark": "bin/bookmark", diff --git a/package.json b/package.json index c441bd871..00a48d0d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nb.sh", - "version": "7.14.3", + "version": "7.14.4", "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",