From bd1ac333db93df5623767c13453abe0ba3a43bf5 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Tue, 12 Jul 2011 13:33:44 +0100 Subject: [PATCH] update jquery --- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index f1a1af995..0b72dc3f7 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -39,7 +39,7 @@ npm install echo "Ensure jQuery is downloaded and up to date..." DOWNLOAD_JQUERY="true" -NEEDED_VERSION="1.6.1" +NEEDED_VERSION="1.6.2" if [ -f "static/js/jquery.min.js" ]; then VERSION=$(cat static/js/jquery.min.js | head -n 2 | tail -n 1 | grep -o "v[0-9]*\.[0-9]*\.[0-9]*");