diff --git a/content/en/_index.html b/content/en/_index.html
index 1da8c073..17e2dd4c 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -5,7 +5,7 @@
diff --git a/content/en/docs/tools/sdk/cli/cli-release-notes.md b/content/en/docs/tools/sdk/cli/cli-release-notes.md
index b9031849..fc5ffa8b 100644
--- a/content/en/docs/tools/sdk/cli/cli-release-notes.md
+++ b/content/en/docs/tools/sdk/cli/cli-release-notes.md
@@ -42,7 +42,7 @@ The following table shows the compatibility between webOS OSE and CLI.
- 3.0.0 |
+ 3.0.2 |
2.25.0 |
@@ -136,7 +136,7 @@ The following table shows the compatibility between webOS OSE and CLI.
-## v3.0.0 (March 2024)
+## v3.0.2 (March 2024)
This version is compatible with **webOS OSE 2.25.0**. See below for the new and changed features in this release.
diff --git a/content/en/docs/tools/sdk/cli/cli-user-guide.md b/content/en/docs/tools/sdk/cli/cli-user-guide.md
index b412c06d..1c8f156f 100644
--- a/content/en/docs/tools/sdk/cli/cli-user-guide.md
+++ b/content/en/docs/tools/sdk/cli/cli-user-guide.md
@@ -9,7 +9,7 @@ toc: true
**Command-Line Interface (CLI)** of webOS Open Source Edition (OSE) provides a collection of commands used for creating, packaging, installing, and launching apps or services in the command line environment. CLI lets you develop and test apps or services without using any IDE.
{{< note >}}
-The npm package name of the CLI has been changed (from `@webosose/ares-cli` to `@webos-tools/cli`) since v3.0.0 (March 4, 2024). See [How to Install](#how-to-install).
+The npm package name of the CLI has been changed (from `@webosose/ares-cli` to `@webos-tools/cli`) since v3.0.2 (March 4, 2024). See [How to Install](#how-to-install).
{{< /note >}}
## Key Features
@@ -142,7 +142,7 @@ ares --version
### Step 03. Setting Up the OSE Profile
-CLI supports multi-webOS platforms since v3.0.0 (default profile: `tv`). To use the CLI on webOS OSE, you **MUST change** your profile to `ose`.
+CLI supports multi-webOS platforms since v3.0.2 (default profile: `tv`). To use the CLI on webOS OSE, you **MUST change** your profile to `ose`.
To set up the profile, enter the following command:
@@ -286,7 +286,7 @@ This command configures the CLI profile. You can change the profile at any time.
- v3.0.0 |
+ v3.0.2 |
Added in. |