Skip to content

Commit 6cc4d1d

Browse files
authored
Merge pull request #890 from coq-community/bump-version
Bump version
2 parents 16658a9 + 21f552c commit 6cc4d1d

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

client/media/vscoq-main-menu.png

154 KB
Loading

client/media/vscoq_menus.png

54.8 KB
Loading

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.1.7",
7+
"version": "2.2.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/coq-community/vscoq.git"

client/src/utilities/versioning.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const versionRequirements : VersionReq = {
3939
'2.1.3': '2.1.3',
4040
'2.1.5': '2.1.5',
4141
'2.1.6': '2.1.5',
42-
'2.1.7': '2.1.7'
42+
'2.1.7': '2.1.7',
43+
'2.2.0': '2.1.7',
4344
};
4445

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

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
vscodeExtPublisher = "maximedenes";
2121
vscodeExtName = "vscoq";
2222
vscodeExtUniqueId = "maximedenes.vscoq";
23-
vscoq_version = "2.1.7";
23+
vscoq_version = "2.2.0";
2424
coq = coq-master.packages.${system};
2525
in rec {
2626
formatter = nixpkgs.legacyPackages.${system}.alejandra;

language-server/vscoqtop/lspManager.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let conf_request_id = max_int
4949

5050
let server_info = InitializeResult.create_serverInfo
5151
~name:"vscoq-language-server"
52-
~version:"2.1.7"
52+
~version:"2.2.0"
5353
()
5454

5555
type lsp_event =

0 commit comments

Comments
 (0)