Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Nov 3, 2024
1 parent 8ee40b7 commit fe70539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/kapicorp/kapitan-vscode-extension"
},
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"vscode": "^1.94.0"
},
Expand Down
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pygls.server import LanguageServer
from pygls.workspace.text_document import TextDocument

server = LanguageServer(name="kapitan-language-server", version="0.0.1")
server = LanguageServer(name="kapitan-language-server", version="0.0.2")
INVENTORY_PATH = Path()
YAML_EXTENSION = ""

Expand Down

0 comments on commit fe70539

Please sign in to comment.