From 04410f32f272c4879d2043b96897fb3092f7c716 Mon Sep 17 00:00:00 2001 From: Twilight <46562212+twlite@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:41:48 +0545 Subject: [PATCH] 0.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6dac114..08937c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webviewjs/webview", - "version": "0.1.2", + "version": "0.1.3", "bin": { "webview": "./cli/index.mjs", "webviewjs": "./cli/index.mjs" @@ -96,4 +96,4 @@ "useTabs": false }, "packageManager": "yarn@4.5.0" -} \ No newline at end of file +}