diff --git a/core/core.lua b/core/core.lua index 02884d28..280b15a7 100644 --- a/core/core.lua +++ b/core/core.lua @@ -14,7 +14,7 @@ SMODS.BUFFERS = { Vouchers = {}, } -MODDED_VERSION = "0.9.6-STEAMODDED" +MODDED_VERSION = "0.9.7-STEAMODDED" function STR_UNPACK(str) local chunk, err = loadstring(str) diff --git a/injector.ps1 b/injector.ps1 index b2f0986b..4a6e1879 100644 --- a/injector.ps1 +++ b/injector.ps1 @@ -1,5 +1,5 @@ # Define the URL of the GitHub repository ZIP -$repoUrl = "https://codeload.github.com/Steamopollys/Steamodded/zip/refs/tags/0.9.6" # Update this URL +$repoUrl = "https://codeload.github.com/Steamopollys/Steamodded/zip/refs/tags/0.9.7" # Update this URL $directories = @("core", "debug", "loader") function Find-7Zip {