Skip to content

Commit

Permalink
bump: v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed May 29, 2021
1 parent 047209d commit ccd2e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spicetify.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "2.2.3"
version = "2.2.4"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion src/apply/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func AdditionalOptions(appsFolderPath string, flags Flag) {
}
}

// UserCSS creates user.css file in "zlink", "login" and "settings" apps.
// UserCSS creates user.css file in "xpui".
// To not use custom css, set `themeFolder` to blank string
// To use default color scheme, set `scheme` to `nil`
func UserCSS(appsFolderPath, themeFolder string, scheme map[string]string) {
Expand Down

0 comments on commit ccd2e13

Please sign in to comment.