Skip to content

Commit ea6f6eb

Browse files
committed
0.1.1
1 parent 5b88d13 commit ea6f6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sourceSDK++.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def Init(folder=False):
334334
except tk.TclError:
335335
print("Error: Failed to set icon.")
336336

337-
print("Projet open")
337+
print("Project open")
338338

339339
button_init()
340340

@@ -790,7 +790,7 @@ def select_shader(shader):
790790
repo_name = "SourceSDK-"
791791

792792
# Replace this with the version of your local software
793-
local_version = "0.1.0"
793+
local_version = "0.1.1"
794794

795795
github_version = get_latest_release_version(repo_owner, repo_name)
796796

0 commit comments

Comments
 (0)