From ff01e8bc87c21674bf3fd404013a7a630c8c4c4d Mon Sep 17 00:00:00 2001 From: subash Date: Tue, 15 Aug 2023 17:00:38 +1000 Subject: [PATCH] release version 1.3.8 --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index 5719fc1..07a5d0e 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@adikari/safebox", - "version": "1.3.7", + "version": "1.3.8", "description": "A Fast and Flexible secret manager built with love by adikari in Go", "main": "index.js", "bin": "./run.js",