Skip to content

Commit 4905525

Browse files
Update package.json version to 1.0.4
1 parent 97b0c4e commit 4905525

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"name": "@coti-io/coti-contracts",
3-
"version": "0.0.1",
3+
"version": "1.0.4",
44
"description": "A library for smart contract development on the COTI network.",
55
"author": "COTI Development",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/coti-io/coti-contracts.git"
8+
"url": "git://github.com/coti-io/coti-contracts.git"
99
},
1010
"homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/contracts-library",
11-
"keywords": ["coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute"],
11+
"keywords": [
12+
"coti",
13+
"privacy",
14+
"ethereum",
15+
"blockchain",
16+
"web3",
17+
"garbled-circuits",
18+
"l2",
19+
"on-chain-compute"
20+
],
1221
"devDependencies": {
1322
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
1423
"hardhat": "^2.22.8"

0 commit comments

Comments
 (0)