Skip to content

Commit

Permalink
Raise major version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-d committed Apr 9, 2024
1 parent 127e0ca commit 4966970
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apillon-web3-tools",
"version": "2.1.0",
"version": "3.0.0",
"description": "Monorepo for Apillon tools",
"author": "Apillon",
"license": "MIT",
Expand Down
6 changes: 2 additions & 4 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ apillon storage list-objects --bucket-uuid "123e4567-e89b-12d3-a456-426655440000
"updateTime": "2023-11-23T08:55:46.000Z",
"uuid": "14a7a891-877c-41ac-900c-7382347e1e77",
"name": "index.html",
"CID": "QmWX5CcNvnaVmgGBn4o82XW9uW1uLvsHQDdNrANrQeSdXm",
"CIDv1": "bafybeidzrd7p5ddj67j2mud32cbnze2c7b2pvbhn...",
"CID": "bafybeidzrd7p5ddj67j2mud32cbnze2c7b2pvbhn...",
"status": "AVAILABLE_ON_IPFS_AND_REPLICATED",
"directoryUuid": null,
"type": "FILE",
Expand Down Expand Up @@ -350,8 +349,7 @@ apillon storage list-files --bucket-uuid "123e4567-e89b-12d3-a456-426655440000"
"createTime": "2023-11-15T09:58:04.000Z",
"updateTime": "2023-11-15T09:58:10.000Z",
"name": "style.css",
"CID": "QmWX5CcNvnaVmgGBn4o82XW9uW1uLvsHQDdNrANrQeSdXm",
"CIDv1": "bafybeidzrd7p5ddj67j2mud32cbnze2c7b2pvbag...",
"CID": "bafybeidzrd7p5ddj67j2mud32cbnze2c7b2pvbag...",
"status": "AVAILABLE_ON_IPFS_AND_REPLICATED",
"directoryUuid": null,
"type": "FILE",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apillon/sdk",
"description": "▶◀ Apillon SDK for NodeJS ▶◀",
"version": "2.1.0",
"version": "3.0.0",
"author": "Apillon",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4966970

Please sign in to comment.