From cf1a47fc03b49c2ab73179183a77125180e08b4a Mon Sep 17 00:00:00 2001 From: William Melody Date: Wed, 12 May 2021 12:27:08 -0700 Subject: [PATCH] Update version to 6.2.1. --- nb | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nb b/nb index 52f78063e..4c7c3e4e6 100755 --- a/nb +++ b/nb @@ -74,7 +74,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="6.2.0" +_VERSION="6.2.1" # $_ME # diff --git a/package-lock.json b/package-lock.json index 62f400f2d..a614076dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nb.sh", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nb.sh", - "version": "6.2.0", + "version": "6.2.1", "license": "AGPL-3.0-or-later", "bin": { "bookmark": "bin/bookmark", diff --git a/package.json b/package.json index 35dda645c..433073b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nb.sh", - "version": "6.2.0", + "version": "6.2.1", "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",