Skip to content

Commit 2876eff

Browse files
authored
Merge pull request #100 from Chia-Network/20240805-version-bump
Version bump
2 parents 4f92293 + 830dfce commit 2876eff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "images/chialisp.png",
55
"description": "A Rust LSP client for Chialisp",
66
"publisher": "ChiaNetwork",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"engines": {
99
"vscode": "^1.85.0"
1010
},

wasm/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_tools_lsp"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2018"
55
authors = ["Art Yerkes <[email protected]>"]
66
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
path = "src/mod.rs"
1818

1919
[dependencies]
20-
clvm_tools_rs = "=0.1.42"
20+
clvm_tools_rs = "=0.1.44"
2121
clvmr = "0.3.3"
2222
wasm-bindgen = "=0.2.83"
2323
wasm-bindgen-test = "=0.3.25"

0 commit comments

Comments
 (0)