diff --git a/plugins/os/guest-js/index.ts b/plugins/os/guest-js/index.ts index 301ef12a..b35813c9 100644 --- a/plugins/os/guest-js/index.ts +++ b/plugins/os/guest-js/index.ts @@ -138,7 +138,7 @@ async function tempdir(): Promise { * } * ``` * - * @since 1.3.0 + * @since 2.0.0 */ async function locale(): Promise { return window.__TAURI_INVOKE__("plugin:os|locale");