From 642f3484589a1526e3efe5a0c9c67ee39cfe6b52 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 31 Dec 2021 16:09:25 +0100 Subject: [PATCH] version 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29299bf..912972e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shamir39-cli", - "version": "0.0.1", + "version": "1.0.0", "description": "Shamir Secret Sharing built for BIP39 Mnemonics as command line utility. Alternative implementation to https://github.com/iancoleman/shamir39 ", "main": "index.js", "scripts": {