diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-26 16:16:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-26 16:16:01 -0500 |
commit | e98cd922f4d8292215c7b69e19931a8dfb0b3d61 (patch) | |
tree | 566c36a51fb71c9ec042ba4839ad40548f581d30 /src/SMAPI.Web/Views/Index/Index.cshtml | |
parent | 15d4b6310e3dd15c62f3faedbf1290b2db26fb59 (diff) | |
download | SMAPI-e98cd922f4d8292215c7b69e19931a8dfb0b3d61.tar.gz SMAPI-e98cd922f4d8292215c7b69e19931a8dfb0b3d61.tar.bz2 SMAPI-e98cd922f4d8292215c7b69e19931a8dfb0b3d61.zip |
fix typo on download page
Diffstat (limited to 'src/SMAPI.Web/Views/Index/Index.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 2d76cc15..ad58898e 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -62,7 +62,7 @@ <h2>For mod creators</h2> <ul> - <li><a href="@Model.DevDownloadUrl">SMAPI 2.2 for developers</a> (includes <a href="https://docs.microsoft.com/en-us/visualstudio/ide/using-intellisense">intellisense</a> and full console output)</li> + <li><a href="@Model.DevDownloadUrl">SMAPI @Model.LatestVersion for developers</a> (includes <a href="https://docs.microsoft.com/en-us/visualstudio/ide/using-intellisense">intellisense</a> and full console output)</li> <li><a href="https://stardewvalleywiki.com/Modding:Index">Modding documentation</a></li> <li>Need help? Come <a href="https://stardewvalleywiki.com/Modding:Community#Discord">chat on Discord</a>.</li> </ul> |