Skip to content

Commit 5b28894

Browse files
committed
Release 0.4.1
1 parent a2a348d commit 5b28894

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library provides a complete implementation of the [MCP server specification
1414
Add Phantom to your dependencies:
1515

1616
```elixir
17-
{:phantom_mcp, "~> 0.4.0"},
17+
{:phantom_mcp, "~> 0.4.1"},
1818
```
1919

2020
## Stdio Transport (Local Clients)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Phantom.MixProject do
1414
escript: escript(Mix.env()),
1515
package: package(),
1616
start_permanent: Mix.env() == :prod,
17-
version: "0.4.0",
17+
version: "0.4.1",
1818
source_url: "https://github.com/dbernheisel/phantom_mcp"
1919
]
2020
end

0 commit comments

Comments
 (0)