Skip to content

Commit 1a97f3c

Browse files
authored
Bump version in config file (#73)
1 parent e8166b4 commit 1a97f3c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

flutter_launcher_mcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
- Bumping version number to match the release.
4+
15
## 0.2.0
26

37
- Added the `flutter_launcher_mcp` package, an MCP server installed with the

flutter_launcher_mcp/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: flutter_launcher_mcp
66
description: An MCP server for launching and managing Flutter applications.
7-
version: 0.2.0
7+
version: 0.2.1
88

99
environment:
1010
sdk: ^3.9.0

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flutter",
33
"description": "Enables several Flutter and Dart-related commands and context.",
4-
"version": "0.1.1",
4+
"version": "0.2.1",
55
"contextFileName": "flutter.md",
66
"mcpServers": {
77
"dart": {

0 commit comments

Comments
 (0)