From cc9511c4918be3167ebd65a6b903ac82ced61cf3 Mon Sep 17 00:00:00 2001 From: Zane Chee Date: Mon, 29 Jun 2026 10:47:23 +0800 Subject: [PATCH] docs(driver): update version examples --- docs/content/docs/how-to-guides/driver/install.mdx | 4 ++-- .../how-to-guides/recipes/build-a-report-in-a-native-app.mdx | 2 +- .../how-to-guides/recipes/fill-a-form-from-a-local-file.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/docs/how-to-guides/driver/install.mdx b/docs/content/docs/how-to-guides/driver/install.mdx index 2efcbcc17c..414f0dee13 100644 --- a/docs/content/docs/how-to-guides/driver/install.mdx +++ b/docs/content/docs/how-to-guides/driver/install.mdx @@ -58,14 +58,14 @@ X11 is fully supported. Native Wayland input and capture remain opt-in with `CUA ```bash cua-driver --version -# cua-driver 0.5.x +# cua-driver 0.6.x ``` For a full environment and install report: ```bash cua-driver doctor -# [ok ] binary: cua-driver 0.5.x (aarch64-macos) +# [ok ] binary: cua-driver 0.6.x (aarch64-macos) # [ok ] install dir: /Users/you/.local/bin/cua-driver # [ok ] home dir: /Users/you/.cua-driver (3 release dirs cached) # ... diff --git a/docs/content/docs/how-to-guides/recipes/build-a-report-in-a-native-app.mdx b/docs/content/docs/how-to-guides/recipes/build-a-report-in-a-native-app.mdx index 2f7befaf16..e2c827fcf9 100644 --- a/docs/content/docs/how-to-guides/recipes/build-a-report-in-a-native-app.mdx +++ b/docs/content/docs/how-to-guides/recipes/build-a-report-in-a-native-app.mdx @@ -38,7 +38,7 @@ Numbers is a **macOS-only** app with **no clean automation API** for building a ```bash cua-driver --version - # cua-driver 0.5.x + # cua-driver 0.6.x ``` diff --git a/docs/content/docs/how-to-guides/recipes/fill-a-form-from-a-local-file.mdx b/docs/content/docs/how-to-guides/recipes/fill-a-form-from-a-local-file.mdx index dcd56ce1bf..cf802849f7 100644 --- a/docs/content/docs/how-to-guides/recipes/fill-a-form-from-a-local-file.mdx +++ b/docs/content/docs/how-to-guides/recipes/fill-a-form-from-a-local-file.mdx @@ -36,7 +36,7 @@ Use this recipe when the data already lives on your machine, for example in a PD ```bash cua-driver --version - # cua-driver 0.5.x + # cua-driver 0.6.x ```