Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steamo committed Mar 26, 2024
1 parent 52aa95f commit 83bc6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SMODS = {}
SMODS.GUI = {}
SMODS.GUI.DynamicUIManager = {}

MODDED_VERSION = "0.8.1-STEAMODDED"
MODDED_VERSION = "0.8.2-STEAMODDED"

function STR_UNPACK(str)
local chunk, err = loadstring(str)
Expand Down
2 changes: 1 addition & 1 deletion injector.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the URL of the GitHub repository ZIP
$repoUrl = "https://codeload.github.com/Steamopollys/Steamodded/zip/refs/tags/0.8.1" # Update this URL
$repoUrl = "https://codeload.github.com/Steamopollys/Steamodded/zip/refs/tags/0.8.2" # Update this URL
$directories = @("core", "debug", "loader")

function Find-7Zip {
Expand Down

0 comments on commit 83bc6e2

Please sign in to comment.