aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 14:34:06 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 14:34:06 +0100
commit85616914c0726dc38fb6190c9e3f34bf4ffe6abe (patch)
tree8c739ff652defef1d79f293fdf0317d8c2d4d9b7
parent2fe2a66ff1d2abf7c5c98f1fa3278fe1af6b0ff7 (diff)
Bump JS library version number.
Change-Id: I00dbdee840c02a7100b62823794df7cf861ff673
-rw-r--r--app/dashboard/static/js/linaro-boots-id-1.1.3.js (renamed from app/dashboard/static/js/linaro-boots-id-1.1.2.js)0
-rw-r--r--app/dashboard/templates/boots-id.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-boots-id-1.1.2.js b/app/dashboard/static/js/linaro-boots-id-1.1.3.js
index cd908e2..cd908e2 100644
--- a/app/dashboard/static/js/linaro-boots-id-1.1.2.js
+++ b/app/dashboard/static/js/linaro-boots-id-1.1.3.js
diff --git a/app/dashboard/templates/boots-id.html b/app/dashboard/templates/boots-id.html
index 7573421..03f4a42 100644
--- a/app/dashboard/templates/boots-id.html
+++ b/app/dashboard/templates/boots-id.html
@@ -155,5 +155,5 @@ function translateCommitURL(commitURL, commitId) {
return [baseURL, newCommitURL];
}
</script>
-<script type="text/javascript" src="/static/js/linaro-boots-id-1.1.2.js"></script>
+<script type="text/javascript" src="/static/js/linaro-boots-id-1.1.3.js"></script>
{%- endblock %}