Skip to content

Commit 9fa2a40

Browse files
Update package.json version to 1.0.4
1 parent 756b9b1 commit 9fa2a40

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coti-io/coti-sdk-typescript",
3-
"version": "0.5.5",
3+
"version": "1.0.4",
44
"license": "Apache 2.0",
55
"description": "A library for encryption, decryption and cryptographic utilities for the COTI blockchain.",
66
"main": "dist/index.js",
@@ -11,10 +11,19 @@
1111
"author": "COTI Development",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/coti-io/coti-sdk-typescript.git"
14+
"url": "git://github.com/coti-io/coti-sdk-typescript.git"
1515
},
1616
"homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/typescript-sdk",
17-
"keywords": ["coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute"],
17+
"keywords": [
18+
"coti",
19+
"privacy",
20+
"ethereum",
21+
"blockchain",
22+
"web3",
23+
"garbled-circuits",
24+
"l2",
25+
"on-chain-compute"
26+
],
1827
"scripts": {
1928
"prepare": "tsc",
2029
"build": "tsc",

0 commit comments

Comments
 (0)