From 38a90d2a4bfd45ac4b678fa35c667e50d2b2d792 Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Thu, 16 Sep 2021 08:21:21 +0100 Subject: [PATCH] v3.0.0 * all in one theme updates (the-j0k3r) * global rename project + update readme (the-j0k3r) * update: checkboxes + fixes (the-j0k3r) * vars: add new and reassign (the-j0k3r) * update: option names and globals (the-j0k3r) * fix: readme missing < (the-j0k3r) --- dark-inspired-github.user.styl | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dark-inspired-github.user.styl b/dark-inspired-github.user.styl index abbd98e..7424b1c 100644 --- a/dark-inspired-github.user.styl +++ b/dark-inspired-github.user.styl @@ -6,7 +6,7 @@ @homepageURL https://github.com/style-it-themes/dark-inspired-github @supportURL https://github.com/style-it-themes/dark-inspired-github/issues @updateURL https://github.com/style-it-themes/dark-inspired-github/raw/main/dark-inspired-github.user.styl -@version 2.1.0 +@version 3.0.0 @license MIT @preprocessor stylus @@ -48,7 +48,7 @@ ==/UserStyle== */ // Remove old browser prefixes. vendors = official -version = 'Dark Inspired GitHub - v2.1.0' +version = 'Dark Inspired GitHub - v3.0.0' t = transparent i = !important r = unquote diff --git a/package.json b/package.json index ffb1f9b..44323ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dark-inspired-github", "title": "Dark Inspired GitHub", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "homepage": "https://github.com/style-it-themes/dark-inspired-github", "repository": "style-it-themes/dark-inspired-github",