bump npm publish version

pull/1/head
d11e9 9 years ago
parent 53e225e7be
commit 2274586cb3
  1. 1
      index.js
  2. 2
      package.json

@ -1,4 +1,3 @@
function setupMethods (soljson){ function setupMethods (soljson){
var compileJSON = soljson.cwrap("compileJSON", "string", ["string", "number"]); var compileJSON = soljson.cwrap("compileJSON", "string", ["string", "number"]);

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

Loading…
Cancel
Save