Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Apr 12, 2024
1 parent cd81568 commit d64e798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def is_steam_beta_active() -> bool:
stable_branches = [
"steamdeck_stable",
]

return content not in stable_branches

def create_steam_symlink() -> Result:
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": "SDH-CssLoader",
"version": "2.1.0",
"version": "2.1.1",
"description": "A css loader",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down

0 comments on commit d64e798

Please sign in to comment.