Skip to content

Commit ac1053d

Browse files
Merge pull request #9 from railsware/release-v0.0.2
Bump version to 0.0.2
2 parents 64a52b8 + e124ea9 commit ac1053d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.2] - 2025-04-04
2+
3+
- Bump version to update NPM page
4+
15
## [0.0.1] - 2025-04-04
26

37
- Initial release of the official mailtrap.io MCP server

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-mailtrap",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Official MCP Server for Mailtrap",
55
"license": "MIT",
66
"author": "Railsware Products Studio LLC",

src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
22
MCP_SERVER_NAME: "mailtrap-mcp-server",
3-
MCP_SERVER_VERSION: "0.0.1",
3+
MCP_SERVER_VERSION: "0.0.2",
44
};

0 commit comments

Comments
 (0)