diff --git a/github.user.styl b/github.user.styl index bbe5058..fde3bde 100644 --- a/github.user.styl +++ b/github.user.styl @@ -6,7 +6,7 @@ @homepageURL https://github.com/vednoc/dark-github @supportURL https://github.com/vednoc/dark-github/issues @updateURL https://github.com/vednoc/dark-github/raw/main/github.user.styl -@version 0.21.0 +@version 1.0.0-rc.1 @license MIT @preprocessor stylus @@ -234,7 +234,7 @@ for c, i in colors[2..length(colors)] { // Userstyle variables. :root:not(#z) { /// Userstyle info. - --note: 'Dark-GitHub v0.21.0' + --note: 'Dark-GitHub v1.0.0-rc.1' /// Feat -> Custom monospace font. --f-mono: f_mono, SFMono-Regular, Consolas, Liberation Mono, Menlo, \ diff --git a/package.json b/package.json index acb6c4c..58f2eb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dark-GitHub", "title": "Dark GitHub", - "version": "0.21.0", + "version": "1.0.0-rc.1", "license": "MIT", "repository": "vednoc/Dark-GitHub", "private": true,