From 94d0daf131ea40e278d916a45f29f8461cb148cc Mon Sep 17 00:00:00 2001 From: priom Date: Fri, 23 Feb 2018 11:53:03 -0500 Subject: [PATCH 1/2] 1.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1acabd6..ea3f4c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "polymathjs", - "version": "0.1.2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36ac209..3c9f75b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polymathjs", "author": "Polymath", - "version": "0.1.2", + "version": "1.0.0", "description": "Tools for interacting with the Polymath platform", "main": "index.js", "scripts": { From 72b53296ad7ee5a3313117f81ab7a4378faf19ba Mon Sep 17 00:00:00 2001 From: priom Date: Fri, 23 Feb 2018 12:17:33 -0500 Subject: [PATCH 2/2] version update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c9f75b..2aab23c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polymathjs", "author": "Polymath", - "version": "1.0.0", + "version": "0.2.0", "description": "Tools for interacting with the Polymath platform", "main": "index.js", "scripts": {