From 2284431366f1bb4bafd074a83ecb20694342adc5 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 23 May 2023 22:29:23 -0300 Subject: [PATCH] update since [skip ci] --- plugins/os/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");