Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Dec 13, 2023
1 parent 2dcacac commit d8ba90d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "jmd",
"repository": "https://github.com/jd28/nwscript-lsp",
"license": "Apache-2.0",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "jmd",
"engines": {
"node": ">=16.17.1",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nwscript-language-server"
version = "0.2.0"
version = "0.3.0"
description = "A language server for Bioware's nwscript"
authors = ["jmd <[email protected]>"]
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
rollnw = "^0.20.dev0"
rollnw = "^0.21.dev0"
pygls = "^1.1.0"
cattrs = ">=23.1.2"
docstring-to-markdown = "0.*"
Expand Down

0 comments on commit d8ba90d

Please sign in to comment.