Skip to content

Commit

Permalink
build: bump version to 0.11.1-rc2 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Mar 20, 2024
1 parent a3948df commit 13e3562
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <[email protected]>", "Nathan Varner"]
version = "0.11.0"
version = "0.11.1-rc2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tinymist",
"version": "0.11.1-rc2",
"description": "An integrated language service for Typst",
"repository": {
"type": "git",
Expand All @@ -13,7 +14,6 @@
],
"publisher": "myriad-dreamin",
"license": "Apache-2.0",
"version": "0.11.0",
"engines": {
"vscode": "^1.71.0"
},
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/textmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typst-textmate",
"version": "0.11.0",
"version": "0.11.1-rc2",
"private": true,
"scripts": {
"compile": "js-yaml typst.tmLanguage.yaml > typst.tmLanguage.json",
Expand Down

0 comments on commit 13e3562

Please sign in to comment.