From 560b6b8bdb919d4098f2294c9c61e7b7758afc00 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 27 Jan 2022 19:22:41 +0000 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 14d978f35..51bf9f258 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Win11React", - "version": "0.1.8" + "version": "0.2.0" }, "build": { "distDir": "../build", @@ -57,7 +57,7 @@ "width": 800, "height": 600, "resizable": true, - "fullscreen": false + "fullscreen": true } ], "security": {