diff --git a/cli/README.md b/cli/README.md index 3cef638..f967ce5 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1998,7 +1998,7 @@ EXAMPLES $ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U ``` -_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.2/dist/commands/print/index.ts)_ +_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.3/dist/commands/print/index.ts)_ ## `sbv2 print aggregator [AGGREGATORKEY]` @@ -2544,7 +2544,7 @@ DESCRIPTION sandbox ``` -_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.2/dist/commands/sandbox.ts)_ +_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.3/dist/commands/sandbox.ts)_ ## `sbv2 set aggregator [AGGREGATORKEY]` @@ -2611,7 +2611,7 @@ DESCRIPTION sandbox ``` -_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.2/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.3/dist/commands/test.ts)_ ## `sbv2 update [CHANNEL]` diff --git a/cli/package.json b/cli/package.json index 1b0b359..a9779ac 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/switchboardv2-cli", - "version": "0.2.2", + "version": "0.2.3", "description": "command line tool to interact with switchboard v2", "author": "gallynaut @gallynaut", "bin": { @@ -33,8 +33,8 @@ "@project-serum/anchor": "^0.24.2", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.43.5", - "@switchboard-xyz/sbv2-utils": "^0.1.20", - "@switchboard-xyz/switchboard-v2": "^0.0.108", + "@switchboard-xyz/sbv2-utils": "^0.1.21", + "@switchboard-xyz/switchboard-v2": "^0.0.109", "assert": "^2.0.0", "big.js": "^6.2.0", "bs58": "^5.0.0", diff --git a/libraries/sbv2-utils/package.json b/libraries/sbv2-utils/package.json index 801c6d4..0b15942 100644 --- a/libraries/sbv2-utils/package.json +++ b/libraries/sbv2-utils/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/sbv2-utils", - "version": "0.1.20", + "version": "0.1.21", "description": "some basic utility functions when working with switchboard-v2", "author": "", "license": "ISC", @@ -36,7 +36,7 @@ "@saberhq/token-utils": "^1.12.68", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.42.0", - "@switchboard-xyz/switchboard-v2": "^0.0.108", + "@switchboard-xyz/switchboard-v2": "^0.0.109", "big.js": "^6.1.1", "chalk": "4", "decimal.js": "^10.3.1", diff --git a/libraries/ts/package.json b/libraries/ts/package.json index d7ef94d..143b3cd 100644 --- a/libraries/ts/package.json +++ b/libraries/ts/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/switchboard-v2", - "version": "0.0.108", + "version": "0.0.109", "license": "MIT", "author": "mitch@switchboard.xyz", "description": "API wrapper for intergating with the Switchboardv2 program",