Skip to content

Commit a3093c3

Browse files
committed
release: v0.9.2 — fix typeText + smart text matching
1 parent 6b61254 commit a3093c3

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.1';
70+
const String currentVersion = '0.9.2';
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.1",
4+
"version": "0.9.2",
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.1
3+
version: 0.9.2
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)