Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed May 27, 2022
1 parent 8054548 commit 5f383ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language server for Objeck",
"author": "Randy Hollines",
"license": "New BSD",
"version": "1.1.6",
"version": "1.1.9",
"repository": {
"type": "git",
"url": "https://github.com/objeck/objeck-lang-server"
Expand Down
2 changes: 1 addition & 1 deletion deploy_lsp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ copy README.txt objeck-lsp
REM finished
if [%1] NEQ [deploy] goto end
del /f objeck-lsp-*.zip
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.6.zip" "objeck-lsp\*"
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.9.zip" "objeck-lsp\*"
:end

0 comments on commit 5f383ff

Please sign in to comment.