diff --git a/dark-github.user.styl b/dark-github.user.styl index 529f2a8..88cfe86 100644 --- a/dark-github.user.styl +++ b/dark-github.user.styl @@ -6,7 +6,7 @@ @homepageURL https://github.com/style-it-themes/dark-github @supportURL https://github.com/style-it-themes/dark-github/issues @updateURL https://github.com/style-it-themes/dark-github/raw/main/dark-github.user.styl -@version 1.0.0 +@version 2.0.0 @license MIT @preprocessor stylus @@ -203,7 +203,7 @@ bs() { box-shadow: arguments } // main userstyle section variables. :root:not(#crazy) { // Userstyle info. - --note: 'Dark GitHub - v1.0.0' + --note: 'Dark GitHub - v2.0.0' // Feat -> Custom monospace font. --f-mono: f_mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, \ diff --git a/package.json b/package.json index 3255c34..975caef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dark-GitHub", "title": "Dark GitHub", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "repository": "style-it-themes/dark-github", "private": true,