Skip to content

Commit

Permalink
Automatically bump version to
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 authored and github-actions[bot] committed Apr 5, 2024
1 parent 60264f0 commit 979f5c6
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 @@ -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)
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.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 {
Expand Down

0 comments on commit 979f5c6

Please sign in to comment.