From 8a3a36d3d9fbe490f3dfe63b3696ed685267d54f Mon Sep 17 00:00:00 2001 From: d11e9 Date: Sat, 3 Oct 2015 10:04:22 +0000 Subject: [PATCH] bump npm version to match latest --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e314bb8afe..3018b68e8b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Browser solidity is a browser based solidity compiler. To use either visit [http To use the solidity compiler via nodejs you can install it via npm - npm install --save solc + npm install solc And then use it like so: diff --git a/package.json b/package.json index ddfad50340..13175f0f8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solc", - "version": "0.1.3-2", + "version": "0.1.4", "description": "Solidity compiler", "main": "index.js", "scripts": {