Merge pull request #30 from d11e9/npm-publish-version-bump

Npm publish version bump
pull/1/head
chriseth 9 years ago
commit 4cffd49bfe
  1. 2
      README.md
  2. 2
      package.json

@ -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:

@ -1,6 +1,6 @@
{
"name": "solc",
"version": "0.1.3-2",
"version": "0.1.4-2",
"description": "Solidity compiler",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save