Skip to content

Commit 93b6430

Browse files
committed
chore: bump version to 0.9.4
1 parent 40cdd03 commit 93b6430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/src/cli/server.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ part 'tool_handlers/bug_report_handlers.dart';
6767
part 'tool_handlers/fixture_handlers.dart';
6868
part 'tool_handlers/explore_handlers.dart';
6969

70-
const String currentVersion = '0.9.3';
70+
const String currentVersion = '0.9.4';
7171

7272
/// Session information for multi-session support
7373
class SessionInfo {

packaging/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flutter-skill",
33
"mcpName": "io.github.ai-dashboad/flutter-skill",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"description": "MCP Server for app automation - Give your AI Agent eyes and hands inside any app (Flutter, React, Web, Native)",
66
"main": "index.js",
77
"bin": {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_skill
22
description: Give your AI Agent eyes and hands inside your Flutter app.
3-
version: 0.9.3
3+
version: 0.9.4
44
homepage: https://github.com/ai-dashboad/flutter-skill
55
repository: https://github.com/ai-dashboad/flutter-skill
66
# publish_to: 'none' # Remove this when ready to publish to pub.dev

0 commit comments

Comments
 (0)