From 09f6524f1b2fd9da14dcb1d24d4715b90473d787 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Thu, 25 Dec 2014 19:06:13 +0300 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f17cd7..d59dfb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eccrypto", - "version": "0.0.0", + "version": "0.1.0", "description": "JavaScript Elliptic curve cryptography library", "main": "index.js", "browser": "browser.js",