diff --git a/cli/package.json b/cli/package.json index 57b53a62..a6b828b7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@inferable/cli", - "version": "0.24.6", + "version": "0.24.7", "description": "CLI for inferable.ai", "bin": { "inf": "bin/index.js" diff --git a/sdk-node/package.json b/sdk-node/package.json index 48ab80b1..bd7d8a51 100644 --- a/sdk-node/package.json +++ b/sdk-node/package.json @@ -1,6 +1,6 @@ { "name": "inferable", - "version": "0.30.53", + "version": "0.30.54", "description": "Javascript SDK for inferable.ai", "main": "bin/index.js", "scripts": {