From c67dbb1d3ff3b9a736f20903691bc331347c7049 Mon Sep 17 00:00:00 2001 From: Lucas Buzzo Date: Sun, 3 Jun 2018 15:51:52 -0300 Subject: [PATCH] Bump version For some weird reason, I already had a 1.0.3 version published. I published, and updated here, to the 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7982b27..3351cc1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chaincoin-node-api", "author": "Niel de la Rouviere", "description": "chaincoin-node-api is an Express middleware plugin that exposes URLs for quick development and interfacing with a chaincoind chaincoin wallet.", - "version": "1.0.3", + "version": "1.0.5", "main": "lib/api.js", "repository" : { "type": "git",