From 147aa630914d4e5049eedb9f9be84f3716ca5a17 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 11 Jan 2022 07:34:27 -0800 Subject: [PATCH] v0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85119a9..c91c27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-theme-generator", - "version": "0.2.0", + "version": "0.2.1", "description": "Easily generate themes for VS Code with only a few colors", "main": "dist/index.js", "scripts": {