Skip to content

Commit

Permalink
bump versions to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvarner committed Jan 1, 2024
1 parent 2ac37c0 commit 4867da4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typst-lsp"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
license = "Apache-2.0 OR MIT"

Expand Down
2 changes: 1 addition & 1 deletion editors/lapce/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/lapce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce"
version = "0.12.0"
version = "0.12.1"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions editors/lapce/volt.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "typst-lsp"
version = "0.12.0"
version = "0.12.1"
author = "nvarner"
display-name = "Typst LSP"
description = "Test deployment; not yet fully released. A language server for Typst"
description = "A language server for Typst"
icon = "icon-typst.png"
respository = "https://github.com/nvarner/typst-lsp/"
wasm = "out/lapce.wasm"
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Nathan Varner",
"publisher": "nvarner",
"license": "Apache-2.0 OR MIT",
"version": "0.12.0",
"version": "0.12.1",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit 4867da4

Please sign in to comment.