Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed May 7, 2022
1 parent 5f1c54f commit 8054548
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v1.0.7
v1.1.5
===

What's new?
* Updated API docs for v6.1.3
* Updated API docs for Objec v6.3.6

Install
===
Expand Down
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.1",
"version": "1.1.6",
"repository": {
"type": "git",
"url": "https://github.com/objeck/objeck-lang-server"
Expand Down
4 changes: 2 additions & 2 deletions deploy_lsp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ copy README.txt objeck-lsp

REM finished
if [%1] NEQ [deploy] goto end
del /f *.zip
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.1.zip" "objeck-lsp\*"
del /f objeck-lsp-*.zip
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.6.zip" "objeck-lsp\*"
:end

0 comments on commit 8054548

Please sign in to comment.