summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Index/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-26 16:16:01 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-26 16:16:01 -0500
commite98cd922f4d8292215c7b69e19931a8dfb0b3d61 (patch)
tree566c36a51fb71c9ec042ba4839ad40548f581d30 /src/SMAPI.Web/Views/Index/Index.cshtml
parent15d4b6310e3dd15c62f3faedbf1290b2db26fb59 (diff)
downloadSMAPI-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.cshtml2
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>