diff --git a/.gitignore b/.gitignore index 62336de..27f1afa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +build/ +lib/ node_modules/ .DS_Store diff --git a/package.json b/package.json index 67f23c3..7d099c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giveth-liquidpledging", - "version": "0.0.10", + "version": "0.1.0", "description": "Liquid Pledging Smart Contract", "main": "index.js", "directories": {