Skip to content

Commit d64e798

Browse files
Bump version
1 parent cd81568 commit d64e798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def is_steam_beta_active() -> bool:
110110
stable_branches = [
111111
"steamdeck_stable",
112112
]
113-
113+
114114
return content not in stable_branches
115115

116116
def create_steam_symlink() -> Result:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SDH-CssLoader",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A css loader",
55
"scripts": {
66
"build": "shx rm -rf dist && rollup -c",

0 commit comments

Comments
 (0)