Skip to content

Commit

Permalink
release v - 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Nov 29, 2022
1 parent 8ed7fb5 commit 6dac82b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/@opweb3%2Fethcontracts.svg)](https://badge.fury.io/js/@opweb3%2Fethcontracts)
[![npm version](https://badge.fury.io/js/@ethcontracts%2Fcore.svg)](https://badge.fury.io/js/@ethcontracts%2Fcore)
[![GitHub version](https://badge.fury.io/gh/ujjwalguptaofficial%2Fethcontracts.svg)](https://badge.fury.io/gh/ujjwalguptaofficial%2Fethcontracts)
[![CI](https://github.com/ujjwalguptaofficial/ethcontracts/actions/workflows/ci.yml/badge.svg)](https://github.com/ujjwalguptaofficial/ethcontracts/actions/workflows/ci.yml)
# ethcontracts
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethcontracts/core",
"version": "1.1.5",
"version": "1.2.0",
"description": "Readymade ethereum contracts implementation with support for all ethereum library.",
"main": "dist/npm.export.js",
"types": "dist/ts/index.d.ts",
Expand Down Expand Up @@ -44,4 +44,4 @@
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
}
}
}
12 changes: 6 additions & 6 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@ethcontracts/core": "file:../ethcontracts-core-1.1.5.tgz",
"@ethcontracts/core": "file:../ethcontracts-core-1.2.0.tgz",
"@ethcontracts/ethers": "^1.0.0",
"@ethcontracts/web3": "^1.0.0",
"@openzeppelin/contracts": "^4.8.0",
Expand Down

0 comments on commit 6dac82b

Please sign in to comment.