Skip to content

Commit

Permalink
Merge pull request #983 from coq/bump-version
Browse files Browse the repository at this point in the history
Bump version for hotfix
  • Loading branch information
rtetley authored Jan 15, 2025
2 parents 22870e9 + 93210c1 commit 34ead82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "VsCoq is an extension for Visual Studio Code with support for the Coq Proof Assistant",
"publisher": "maximedenes",
"license": "MIT",
"version": "2.2.2",
"version": "2.2.3",
"repository": {
"type": "git",
"url": "https://github.com/coq-community/vscoq.git"
Expand Down
1 change: 1 addition & 0 deletions client/src/utilities/versioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const versionRequirements : VersionReq = {
'2.2.0': '2.1.7',
'2.2.1': '2.2.1',
'2.2.2': '2.2.2',
'2.2.3': '2.2.2'
};

//We will add version ranges as we start releasing
Expand Down
2 changes: 1 addition & 1 deletion language-server/vscoqtop/lspManager.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let conf_request_id = max_int

let server_info = InitializeResult.create_serverInfo
~name:"vscoq-language-server"
~version:"2.2.2"
~version:"2.2.3"
()

type lsp_event =
Expand Down

0 comments on commit 34ead82

Please sign in to comment.