From 2f3ae361fe545bec536b8f3685b3d988b3e2fc9c Mon Sep 17 00:00:00 2001 From: Achmad Irianto Eka Putra Date: Mon, 17 Jan 2022 19:57:52 +0700 Subject: [PATCH] 3.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4aaddaf..ad608b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ryanbekhen/cryptkhen", - "version": "3.0.0", + "version": "3.0.1", "description": "Simple security signature", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -51,4 +51,4 @@ "files": [ "lib/**/*" ] -} \ No newline at end of file +}