Skip to content

Commit

Permalink
repo clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Nov 25, 2021
1 parent bec1cbc commit 4914992
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.0.3",
"version": "1.0.4",
"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 @@ -19,5 +19,5 @@ copy README.txt objeck-lsp

REM finished
if [%1] NEQ [deploy] goto end
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.0.3.zip" "objeck-lsp\*"
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.0.4.zip" "objeck-lsp\*"
:end
1 change: 0 additions & 1 deletion server/config.json

This file was deleted.

0 comments on commit 4914992

Please sign in to comment.