diff --git a/assistant/package.json b/assistant/package.json index 8b2de2bb1ab..afbf08d7f30 100644 --- a/assistant/package.json +++ b/assistant/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/assistant", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "type": "module", "exports": { diff --git a/cli/package.json b/cli/package.json index 648c4cffc22..3e94bfb2632 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/cli", - "version": "0.6.0", + "version": "0.6.1", "description": "CLI tools for vellum-assistant", "type": "module", "exports": { diff --git a/clients/Package.swift b/clients/Package.swift index d93e88d18aa..b1e4674f6ea 100644 --- a/clients/Package.swift +++ b/clients/Package.swift @@ -1,7 +1,7 @@ // swift-tools-version: 5.9 import PackageDescription -let appVersion = "0.6.0" +let appVersion = "0.6.1" let package = Package( name: "vellum-assistant", diff --git a/credential-executor/package.json b/credential-executor/package.json index db2606b1499..3e9aa627ac4 100644 --- a/credential-executor/package.json +++ b/credential-executor/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/credential-executor", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "type": "module", "exports": { diff --git a/gateway/package.json b/gateway/package.json index 1c1cdc4084b..300bb3aff92 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/vellum-gateway", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "type": "module", "exports": { diff --git a/meta/package.json b/meta/package.json index 2595078e45b..dbeeb4ca119 100644 --- a/meta/package.json +++ b/meta/package.json @@ -1,6 +1,6 @@ { "name": "vellum", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "description": "Install the full Vellum stack locally", "bin": { @@ -15,10 +15,10 @@ "Dockerfile" ], "dependencies": { - "@vellumai/assistant": "0.6.0", - "@vellumai/cli": "0.6.0", - "@vellumai/credential-executor": "0.6.0", - "@vellumai/vellum-gateway": "0.6.0" + "@vellumai/assistant": "0.6.1", + "@vellumai/cli": "0.6.1", + "@vellumai/credential-executor": "0.6.1", + "@vellumai/vellum-gateway": "0.6.1" }, "overrides": { "lodash": "^4.18.0",