From b2b6d708030920d0223d14632a6a1499d65e43a8 Mon Sep 17 00:00:00 2001 From: Sanghee Park Date: Wed, 20 Mar 2024 09:48:14 +0900 Subject: [PATCH] chore: bump up version to 0.4.1 :arrow_up: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c982aa9..afd9ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-terminal", - "version": "0.4.0", + "version": "0.4.1", "description": "A long-awaited terminal plugin that turns your steamdeck into Linux battlestation.", "scripts": { "build": "shx rm -rf dist && rollup -c",