diff --git a/Cargo.lock b/Cargo.lock index d201c4f..9f3029d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "allium-cli" -version = "3.4.1" +version = "3.4.2" dependencies = [ "allium-parser", "serde", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "allium-parser" -version = "3.4.1" +version = "3.4.2" dependencies = [ "regex-lite", "serde", @@ -22,7 +22,7 @@ dependencies = [ [[package]] name = "allium-wasm" -version = "3.4.1" +version = "3.4.2" dependencies = [ "allium-parser", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index b0304aa..1b58f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/allium-parser", "crates/allium", "crates/allium-wasm"] [workspace.package] -version = "3.4.1" +version = "3.4.2" edition = "2021" license = "MIT" repository = "https://github.com/juxt/allium-tools" diff --git a/extensions/allium/package.json b/extensions/allium/package.json index c5d5729..e5ef8b9 100644 --- a/extensions/allium/package.json +++ b/extensions/allium/package.json @@ -2,7 +2,7 @@ "name": "allium-vscode", "displayName": "Allium Tools for VS Code", "description": "Allium language support for VS Code: diagnostics, refactors, hover, definitions, formatting, and more.", - "version": "3.4.1", + "version": "3.4.2", "license": "MIT", "publisher": "juxt", "repository": { diff --git a/package.json b/package.json index b22a974..e3628f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "allium-tools", "private": true, - "version": "3.4.1", + "version": "3.4.2", "license": "MIT", "workspaces": [ "extensions/allium", diff --git a/packages/allium-lsp/package.json b/packages/allium-lsp/package.json index 2479a9f..ebd243a 100644 --- a/packages/allium-lsp/package.json +++ b/packages/allium-lsp/package.json @@ -1,6 +1,6 @@ { "name": "allium-lsp", - "version": "3.4.1", + "version": "3.4.2", "description": "Language Server Protocol server for the Allium language.", "license": "MIT", "bin": {