Skip to content

Commit 34ead82

Browse files
authored
Merge pull request #983 from coq/bump-version
Bump version for hotfix
2 parents 22870e9 + 93210c1 commit 34ead82

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "VsCoq is an extension for Visual Studio Code with support for the Coq Proof Assistant",
55
"publisher": "maximedenes",
66
"license": "MIT",
7-
"version": "2.2.2",
7+
"version": "2.2.3",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/coq-community/vscoq.git"

client/src/utilities/versioning.ts

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const versionRequirements : VersionReq = {
4343
'2.2.0': '2.1.7',
4444
'2.2.1': '2.2.1',
4545
'2.2.2': '2.2.2',
46+
'2.2.3': '2.2.2'
4647
};
4748

4849
//We will add version ranges as we start releasing

language-server/vscoqtop/lspManager.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let conf_request_id = max_int
5252

5353
let server_info = InitializeResult.create_serverInfo
5454
~name:"vscoq-language-server"
55-
~version:"2.2.2"
55+
~version:"2.2.3"
5656
()
5757

5858
type lsp_event =

0 commit comments

Comments
 (0)