Skip to content

Commit

Permalink
feat: support public test patch 0.217.25 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Oct 12, 2023
1 parent a2a5b31 commit 0226ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# Valheim macOS

[![Stable version](https://badgen.net/badge/Stable%20version/0.217.24/green)](https://store.steampowered.com/news/app/892970/view/3747615443048429530)
[![Public Test version](https://badgen.net/badge/Public%20Test%20version/0.217.22/orange)](https://store.steampowered.com/news/app/892970/view/3747614808337673140)
[![Public Test version](https://badgen.net/badge/Public%20Test%20version/0.217.25/orange)](https://store.steampowered.com/news/app/892970/view/6688466724224306368)

## Background

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -22,9 +22,9 @@ outdir="build"
# Beta (public-test)
if [[ " $* " =~ " --beta " ]]; then
branch="public-test"
buildid=12314274
buildid=12413229
unset manifestid
version="0.217.22"
version="0.217.25"
# unityversion="2020.3.45f1"
# unityhash="660cd1701bd5"
# variant="macos_x64_nondevelopment_mono"
Expand Down

0 comments on commit 0226ce6

Please sign in to comment.