We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d10958 commit 04b66a5Copy full SHA for 04b66a5
flake.nix
@@ -69,7 +69,7 @@
69
# Production package build
70
packages.default = pkgs.buildNpmPackage {
71
pname = "purelymail-mcp-server";
72
- version = "2.0.0-rc4";
+ version = "2.0.0";
73
src = ./.;
74
75
npmDepsHash = "sha256-aUS8yO2xscDjJZf6KjVzCnEA4ZxawVH5gxlTZUyuO0g=";
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "purelymail-mcp-server",
3
- "version": "2.0.0-rc4",
+ "version": "2.0.0",
4
"description": "MCP server for PurelyMail email service management",
5
"keywords": [
6
"mcp",
0 commit comments