summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Index
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-09 13:06:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-09 13:06:21 -0400
commitf82a8e3c2dbc52e9db293fb71be693aed48825c4 (patch)
treef7a9d442c4d74bc7b1fe70952cc6efae4769450f /src/SMAPI.Web/Views/Index
parent719831c15a74a4987496dc77a3caa6999940bf90 (diff)
downloadSMAPI-f82a8e3c2dbc52e9db293fb71be693aed48825c4.tar.gz
SMAPI-f82a8e3c2dbc52e9db293fb71be693aed48825c4.tar.bz2
SMAPI-f82a8e3c2dbc52e9db293fb71be693aed48825c4.zip
update web scripts
Diffstat (limited to 'src/SMAPI.Web/Views/Index')
-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 eded9df3..d78a155e 100644
--- a/src/SMAPI.Web/Views/Index/Index.cshtml
+++ b/src/SMAPI.Web/Views/Index/Index.cshtml
@@ -9,7 +9,7 @@
}
@section Head {
<link rel="stylesheet" href="~/Content/css/index.css?r=20200105" />
- <script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script>
+ <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1" crossorigin="anonymous"></script>
<script src="~/Content/js/index.js?r=20200105"></script>
}