Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Dec 12, 2024
1 parent a74a966 commit fefefee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nightincode",
"displayName": "Nightincode",
"description": "Elemental Clojure/Script support for Visual Studio Code.",
"version": "0.15.0",
"version": "0.16.0-dev",
"publisher": "pedrorgirardi",
"author": {
"name": "Pedro Girardi",
Expand Down
2 changes: 1 addition & 1 deletion src/nightincode/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
{:capabilities capabilities
:serverInfo
{:name "Nightincode"
:version "0.15.0-dev"}})))
:version "0.16.0-dev"}})))

(defmethod lsp/handle "initialized" [notification]

Expand Down

0 comments on commit fefefee

Please sign in to comment.