support prerelease versions with a different tag (#638)

This commit is contained in:
Jesse Plamondon-Willard 2019-06-24 00:40:05 -04:00
parent bb69891122
commit ceaa7124a1
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
@if (Model.BetaVersion != null) @if (Model.BetaVersion != null)
{ {
<p id="beta-blurb"><strong>Note:</strong> "SDV beta only" means Stardew Valley @Model.BetaVersion-beta; if you didn't opt in to the beta, you have the stable version and can ignore that line. If a mod doesn't have a "SDV beta only" line, the compatibility applies to both versions of the game.</p> <p id="beta-blurb"><strong>Note:</strong> "SDV beta only" means Stardew Valley @Model.BetaVersion; if you didn't opt in to the beta, you have the stable version and can ignore that line. If a mod doesn't have a "SDV beta only" line, the compatibility applies to both versions of the game.</p>
} }
</div> </div>