From df99d8f770fe1b232b2a0fe5a77e4c32f0fe914c Mon Sep 17 00:00:00 2001 From: subash Date: Tue, 11 Jul 2023 20:43:12 +1000 Subject: [PATCH] release v1.3.3 --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index 068fab5..2028715 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@adikari/safebox", - "version": "1.3.2", + "version": "1.3.3", "description": "A Fast and Flexible secret manager built with love by adikari in Go", "main": "index.js", "bin": "./run.js",