Skip to content

Commit ac3e4c5

Browse files
committed
chore: Bump versions and dependencies
1 parent 792d239 commit ac3e4c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mcp_examples/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dart_mcp_examples
22
description: Examples for the Dart MCP package.
33
publish_to: none
4-
version: 0.0.1
4+
version: 0.1.0
55

66
resolution: workspace
77
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
args: ^2.7.0
1212
async: ^2.13.0
1313
cli_util: ^0.4.2
14-
dart_mcp: ^0.3.4-wip
14+
dart_mcp: ^0.4.0-wip
1515
google_generative_ai: ^0.4.7
1616
path: ^1.9.1
1717
stream_channel: ^2.1.4

pkgs/dart_mcp/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_mcp
2-
version: 0.3.4-wip
2+
version: 0.4.0-wip
33
description: A package for making MCP servers and clients.
44
repository: https://github.com/dart-lang/ai/tree/main/pkgs/dart_mcp
55
issue_tracker: https://github.com/dart-lang/ai/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Adart_mcp

pkgs/dart_mcp_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
args: ^2.7.0
1515
async: ^2.13.0
1616
collection: ^1.19.1
17-
dart_mcp: ^0.3.4-wip
17+
dart_mcp: ^0.4.0-wip
1818
dds_service_extensions: ^2.0.1
1919
devtools_shared: ^12.0.0
2020
dtd: ^4.0.0

0 commit comments

Comments
 (0)