Skip to content

Commit

Permalink
Merge pull request #910 from coq-community/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
rtetley committed Sep 20, 2024
2 parents e2fd089 + be82b4e commit f13ff1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.0",
"version": "2.2.1",
"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 @@ -41,6 +41,7 @@ const versionRequirements : VersionReq = {
'2.1.6': '2.1.5',
'2.1.7': '2.1.7',
'2.2.0': '2.1.7',
'2.2.1': '2.2.1',
};

//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.2.0";
vscoq_version = "2.2.1";
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 @@ -51,7 +51,7 @@ let conf_request_id = max_int

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

type lsp_event =
Expand Down

0 comments on commit f13ff1a

Please sign in to comment.