diff --git a/nb b/nb index 7500fb7b2..1fe424662 100755 --- a/nb +++ b/nb @@ -74,7 +74,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="6.9.2" +_VERSION="6.9.3" # $_ME # diff --git a/package-lock.json b/package-lock.json index 8551f230c..b321dfbf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nb.sh", - "version": "6.9.2", + "version": "6.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nb.sh", - "version": "6.9.2", + "version": "6.9.3", "license": "AGPL-3.0-or-later", "bin": { "bookmark": "bin/bookmark", diff --git a/package.json b/package.json index 85d526263..0f70ac8bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nb.sh", - "version": "6.9.2", + "version": "6.9.3", "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",