Skip to content

Commit

Permalink
Proper versioning for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jun 29, 2020
1 parent 7e795de commit 53d0666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$version: "4.7.10";
$version: "6.0.0";

/*! ClearVision v6 #{$version} by Zerthox */
/*! ClearVision v#{$version} by the CV team */

// IMPORT FUNCTIONS
@import "src/functions";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clearvision",
"version": "6.0.0-release.4.7.9",
"version": "6.0.0",
"description": "Highly customizable theme for BetterDiscord.",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ $cv: (
text: (
titlebar: (
main: "ClearVision",
version: "v6-#{$version}",
version: "v#{$version}",
short: "CV v6"
),
account: (
main: "ClearVision",
version: "v6-#{$version}"
version: "v#{$version}"
)
)
),
Expand Down Expand Up @@ -106,7 +106,7 @@ $cv: (
sepia: var(--user-popout-sepia),
blur: var(--user-popout-blur)
),

// USER MODAL BACKGROUND
modal: (
img: var(--user-modal-image),
Expand All @@ -122,7 +122,7 @@ $cv: (
sepia: var(--user-modal-sepia),
blur: var(--user-modal-blur)
),

// HOME BUTTON BACKGROUND
home: (
icon: var(--home-icon),
Expand Down

1 comment on commit 53d0666

@Chew
Copy link

@Chew Chew commented on 53d0666 Jun 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does stuff like this now:
image
v6 6.0.0

Please sign in to comment.