Skip to content

Commit 04b66a5

Browse files
committed
chore: update version to 2.0.0. Updated License
1 parent 9d10958 commit 04b66a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# Production package build
7070
packages.default = pkgs.buildNpmPackage {
7171
pname = "purelymail-mcp-server";
72-
version = "2.0.0-rc4";
72+
version = "2.0.0";
7373
src = ./.;
7474

7575
npmDepsHash = "sha256-aUS8yO2xscDjJZf6KjVzCnEA4ZxawVH5gxlTZUyuO0g=";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purelymail-mcp-server",
3-
"version": "2.0.0-rc4",
3+
"version": "2.0.0",
44
"description": "MCP server for PurelyMail email service management",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)