From dd2d30a477d5a88a43fee0952890645181814ab7 Mon Sep 17 00:00:00 2001 From: James Prestwich Date: Wed, 17 Apr 2019 16:15:17 -0700 Subject: [PATCH] v1.0.0 -- native segwit inputs and legacy outputs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d956d293..19197592 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitcoin-spv", - "version": "0.0.0", - "description": "bitcoin SPV proofs in Solidity for Integral", + "version": "1.0.0", + "description": "bitcoin SPV proofs in Solidity", "scripts": { "compile": "node compile.js", "test": "mocha"