From 7f50aa275a4d121decd51389ad6d7ec5f58ca5df Mon Sep 17 00:00:00 2001 From: Alex4386 Date: Sat, 26 Aug 2023 13:49:03 +0900 Subject: [PATCH] chore: bump up version to 0.2.1 :arrow_up: https://github.com/SteamDeckHomebrew/decky-plugin-database/pull/426#issuecomment-1693830452 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c68794a..6c8a996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-terminal", - "version": "0.2.0", + "version": "0.2.1", "description": "A long-awaited terminal plugin that turns your steamdeck into Linux battlestation.", "scripts": { "build": "shx rm -rf dist && rollup -c",