Set all packages to v0.1.0

This commit is contained in:
Franck 2021-12-23 16:28:13 +11:00
parent 32974eb109
commit ff266b5939
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@waku/vote-sdk-contracts",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
"license": "MIT OR Apache-2.0",

View File

@ -42,7 +42,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@waku/vote-sdk-contracts": "^0.0.1",
"@waku/vote-sdk-contracts": "^0.1.0",
"eth-sig-util": "^3.0.1",
"ethers": "^5.4.4",
"js-waku": "^0.11.0",