Skip to content

Commit ce648b1

Browse files
Merge pull request #24 from Chia-Network/ak.update-version
Update version
2 parents 62ef1e4 + f8b33ca commit ce648b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "0.3.0",
7+
"version": "1.0.0",
88
"engines": {
99
"vscode": "^1.70.0"
1010
},

wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_tools_lsp"
3-
version = "0.1.28"
3+
version = "1.0.0"
44
edition = "2018"
55
authors = ["Art Yerkes <[email protected]>"]
66
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"

0 commit comments

Comments
 (0)