diff --git a/github.user.styl b/github.user.styl index 9951d57..49ca00f 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 1.0.0-rc.3 +@version 1.0.0-rc.4 @license MIT @preprocessor stylus @@ -237,7 +237,7 @@ for c, i in colors[2..length(colors)] { // Userstyle variables. :root:not(#z) { /// Userstyle info. - --note: 'Dark-GitHub v1.0.0-rc.3' + --note: 'Dark-GitHub v1.0.0-rc.4' /// Feat -> Custom monospace font. $mono1 = 'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo' diff --git a/package.json b/package.json index bb309f1..9d15613 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dark-GitHub", "title": "Dark GitHub", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "license": "MIT", "repository": "vednoc/Dark-GitHub", "private": true,