Skip to content

Commit

Permalink
feat: support public test patch 0.218.14 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers authored May 7, 2024
1 parent 9e7eb17 commit 68632d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Valheim macOS

[![Stable version](https://badgen.net/badge/Stable%20version/0.217.46/green)](https://valheim.com/news/patch-0-217-46/)
[![Public Test version](https://badgen.net/badge/Public%20Test%20version/0.218.12/orange)](https://store.steampowered.com/news/app/892970/view/4202497395514539996)
[![Public Test version](https://badgen.net/badge/Public%20Test%20version/0.218.14/orange)](https://store.steampowered.com/news/app/892970/view/4199120329649538868)

## Background

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ fi
# Beta (public-test)
if [[ " $* " =~ " --beta " ]]; then
branch="public-test"
buildid=14182885
buildid=14278846
unset manifestid
version="0.218.12"
version="0.218.14"
unityversion="2022.3.17f1"
unityhash="4fc78088f837"
playfabpartyversion="1.8.0"
Expand Down

0 comments on commit 68632d0

Please sign in to comment.