diff --git a/assistant/openapi.yaml b/assistant/openapi.yaml index ba96253cac7..b70c3b0ae4a 100644 --- a/assistant/openapi.yaml +++ b/assistant/openapi.yaml @@ -3,7 +3,7 @@ openapi: 3.0.0 info: title: Vellum Assistant API - version: 0.8.0 + version: 0.8.1 description: Auto-generated OpenAPI specification for the Vellum Assistant runtime HTTP server. servers: - url: http://127.0.0.1:7821 diff --git a/assistant/package.json b/assistant/package.json index f4a6cd6c030..35f37c8c121 100644 --- a/assistant/package.json +++ b/assistant/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/assistant", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "type": "module", "exports": { diff --git a/cli/package.json b/cli/package.json index 63e6d31c3df..248826e8093 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/cli", - "version": "0.8.0", + "version": "0.8.1", "description": "CLI tools for vellum-assistant", "type": "module", "exports": { diff --git a/clients/Package.swift b/clients/Package.swift index d67faafe99a..f256acf1905 100644 --- a/clients/Package.swift +++ b/clients/Package.swift @@ -1,7 +1,7 @@ // swift-tools-version: 6.2 import PackageDescription -let appVersion = "0.8.0" +let appVersion = "0.8.1" let package = Package( name: "vellum-assistant", diff --git a/clients/chrome-extension/manifest.json b/clients/chrome-extension/manifest.json index 08e4dcbf536..74da6fa5c69 100644 --- a/clients/chrome-extension/manifest.json +++ b/clients/chrome-extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Vellum Assistant", - "version": "0.8.0", + "version": "0.8.1", "minimum_chrome_version": "120", "description": "Bridges the Vellum assistant to your live browser session via Chrome DevTools Protocol (CDP) through chrome.debugger.", "homepage_url": "https://www.vellum.ai", diff --git a/clients/chrome-extension/package.json b/clients/chrome-extension/package.json index 359580c66b0..7d6260f611f 100644 --- a/clients/chrome-extension/package.json +++ b/clients/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/chrome-extension", - "version": "0.8.0", + "version": "0.8.1", "private": true, "type": "module", "scripts": { diff --git a/credential-executor/package.json b/credential-executor/package.json index 1b663dc1a9c..7027fc26b2f 100644 --- a/credential-executor/package.json +++ b/credential-executor/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/credential-executor", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "type": "module", "exports": { diff --git a/gateway/package.json b/gateway/package.json index 6085d8418e1..ca886997cc2 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@vellumai/vellum-gateway", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "type": "module", "exports": { diff --git a/meta/package.json b/meta/package.json index 6f455f36aa9..44d667269c8 100644 --- a/meta/package.json +++ b/meta/package.json @@ -1,6 +1,6 @@ { "name": "vellum", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "description": "Install the full Vellum stack locally", "bin": { @@ -15,10 +15,10 @@ "Dockerfile" ], "dependencies": { - "@vellumai/assistant": "0.8.0", - "@vellumai/cli": "0.8.0", - "@vellumai/credential-executor": "0.8.0", - "@vellumai/vellum-gateway": "0.8.0" + "@vellumai/assistant": "0.8.1", + "@vellumai/cli": "0.8.1", + "@vellumai/credential-executor": "0.8.1", + "@vellumai/vellum-gateway": "0.8.1" }, "overrides": { "drizzle-orm": "0.45.2",