From 48d8b8ef45e921354acf93eb12263391bf7bf7e5 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Sun, 5 Jul 2026 16:44:49 +0800 Subject: [PATCH] bump to 0.2.1 --- plugin.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.mod b/plugin.mod index 7ebf4d8..1752cfd 100644 --- a/plugin.mod +++ b/plugin.mod @@ -2,9 +2,8 @@ name = "terminal" display_name = "Terminal" scope = "@themes" -version = "0.2.0" +version = "0.2.1" description = "Phosphor-on-black TTY theme for dev tools and OSS docs. Window chrome, man-page article layouts, keybind tables, boot logs, monospace type, and a typed-terminal canvas hero. Paper-teletype light mode, phosphor dark mode." kind = "theme" categories = ["templates"] tags = ["terminal", "hacker", "monospace", "dev", "ctf", "docs", "devtools", "oss"] -required_icon_packs = ["lucide", "simple-icons"]