aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-10-24 18:49:07 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-10-24 18:49:07 +0200
commit6fb991275600c3dbc335c835122e69d7463f191d (patch)
tree2e2d2c35167b263f65c8f6dae119d5e6d72f6950
parent6bb2f7e14cbb476da44c64b3488e755107a7a1a6 (diff)
js: Bump library version number.
Change-Id: Ibc039d248e24583af9860ead75152d10e1f705a0
-rw-r--r--app/dashboard/static/js/linaro-boots-id-1.0.8.js (renamed from app/dashboard/static/js/linaro-boots-id-1.0.7.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.0.7.js b/app/dashboard/static/js/linaro-boots-id-1.0.8.js
index 683085d..683085d 100644
--- a/app/dashboard/static/js/linaro-boots-id-1.0.7.js
+++ b/app/dashboard/static/js/linaro-boots-id-1.0.8.js
diff --git a/app/dashboard/templates/boots-id.html b/app/dashboard/templates/boots-id.html
index 14d6e9c..4792762 100644
--- a/app/dashboard/templates/boots-id.html
+++ b/app/dashboard/templates/boots-id.html
@@ -181,5 +181,5 @@ function translateCommitURL(commitURL, commitId) {
return [baseURL, newCommitURL];
}
</script>
-<script type="text/javascript" src="/static/js/linaro-boots-id-1.0.7.js"></script>
+<script type="text/javascript" src="/static/js/linaro-boots-id-1.0.8.js"></script>
{%- endblock %}