Skip to content

Commit

Permalink
Merge pull request #202 from ejgallego/version_bump
Browse files Browse the repository at this point in the history
[general] Bump server / client version to 0.1.4
  • Loading branch information
ejgallego committed Jan 20, 2023
2 parents 7d3deb0 + 6bf6674 commit 6fafb3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion controller/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ type t = string

(************************************************************************)
(* UPDATE VERSION HERE *)
let server = "0.1.3"
let server = "0.1.4"
(* UPDATE VERSION HERE *)
(************************************************************************)
4 changes: 2 additions & 2 deletions editor/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coq-lsp",
"displayName": "coq-lsp",
"description": "Coq LSP provides native vsCode support for checking Coq proof documents",
"version": "0.1.3",
"version": "0.1.4",
"contributors": [
"Emilio Jesús Gallego Arias <e@x80.org>",
"Ali Caglayan <alizter@gmail.com>",
Expand Down

0 comments on commit 6fafb3d

Please sign in to comment.