Skip to content

Commit

Permalink
Merge pull request #890 from coq-community/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
rtetley authored Sep 6, 2024
2 parents 16658a9 + 21f552c commit 6cc4d1d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file added client/media/vscoq-main-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/media/vscoq_menus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1.7",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/coq-community/vscoq.git"
Expand Down
3 changes: 2 additions & 1 deletion client/src/utilities/versioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const versionRequirements : VersionReq = {
'2.1.3': '2.1.3',
'2.1.5': '2.1.5',
'2.1.6': '2.1.5',
'2.1.7': '2.1.7'
'2.1.7': '2.1.7',
'2.2.0': '2.1.7',
};

//We will add version ranges as we start releasing
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
vscodeExtPublisher = "maximedenes";
vscodeExtName = "vscoq";
vscodeExtUniqueId = "maximedenes.vscoq";
vscoq_version = "2.1.7";
vscoq_version = "2.2.0";
coq = coq-master.packages.${system};
in rec {
formatter = nixpkgs.legacyPackages.${system}.alejandra;
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 @@ -49,7 +49,7 @@ let conf_request_id = max_int

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

type lsp_event =
Expand Down

0 comments on commit 6cc4d1d

Please sign in to comment.