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; }