Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
bump versions to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvarner committed Mar 16, 2024
1 parent 52752df commit b2cc7b8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.1"
version = "0.13.0"
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.1"
version = "0.13.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion editors/lapce/volt.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "typst-lsp"
version = "0.12.1"
version = "0.13.0"
author = "nvarner"
display-name = "Typst LSP"
description = "A language server for Typst"
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.1",
"version": "0.13.0",
"engines": {
"vscode": "^1.71.0"
},
Expand Down

0 comments on commit b2cc7b8

Please sign in to comment.