Skip to content

Commit d7a7a60

Browse files
committed
docs: update README version refs to 0.9.2
1 parent a3093c3 commit d7a7a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For standalone browser automation, CI/CD pipelines, or remote access:
154154
# Start server
155155
flutter-skill serve https://your-app.com
156156

157-
# Use CLI client commands (NEW in v0.9.1)
157+
# Use CLI client commands
158158
flutter-skill nav https://google.com
159159
flutter-skill snap # Accessibility tree (99% fewer tokens)
160160
flutter-skill screenshot /tmp/ss.jpg
@@ -440,7 +440,7 @@ Then batch multiple actions in one call:
440440

441441
```yaml
442442
dependencies:
443-
flutter_skill: ^0.9.1
443+
flutter_skill: ^0.9.2
444444
```
445445
446446
```dart

0 commit comments

Comments
 (0)