Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gemmology-cdl-lsp"
version = "1.0.1"
version = "1.1.0"
description = "Language Server Protocol implementation for Crystal Description Language"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion src/cdl_lsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$ python -m cdl_lsp
"""

__version__ = "1.0.0"
__version__ = "1.1.0"
__author__ = "Fabian Schuh"
__email__ = "fabian@gemmology.dev"

Expand Down
Loading