From 3841adf656fee6166990651780fe322de98f0c16 Mon Sep 17 00:00:00 2001 From: datsfilipe Date: Sun, 3 Mar 2024 00:33:11 -0300 Subject: [PATCH] chore: update version to 2.2.1 --- package.json | 2 +- src/theme/smooth.theme.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f46faf..4502bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smooth-theme", - "version": "2.2.0", + "version": "2.2.1", "author": "datsfilipe ", "description": "Simplicity in two colors, the best theme for you.", "maintainers": [ diff --git a/src/theme/smooth.theme.css b/src/theme/smooth.theme.css index ba6901a..e4d71f4 100644 --- a/src/theme/smooth.theme.css +++ b/src/theme/smooth.theme.css @@ -1,6 +1,6 @@ /** * @name Smooth Theme - * @version 2.0.0 + * @version 2.2.1 * @description Dark theme for discord, Simplicity in two colors, the best theme for you. * @author @dtsf#3763 (discord) / @datsfilipe (github) * @github: https://github.com/datsfilipe @@ -11,5 +11,5 @@ :root { /* theme version */ - --theme-version: 2.2.0; + --theme-version: 2.2.1; }