aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-02-02 10:13:15 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-02-02 10:13:15 +0100
commit3a6249bf46c718d52fde3b5cabe6925cb897f4d7 (patch)
treee2f7d087674d874a7270ed395bd659f8c391ff8d
parent19343518540958db73e3a3fdd358119057e68b4a (diff)
Bump JS library version number.
Change-Id: I025fe0f8c5dce8c5d20767f03f98295444b3cad2
-rw-r--r--app/dashboard/static/js/linaro-boots-id-1.2.0.js (renamed from app/dashboard/static/js/linaro-boots-id-1.1.9.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.9.js b/app/dashboard/static/js/linaro-boots-id-1.2.0.js
index cf4e3f2..cf4e3f2 100644
--- a/app/dashboard/static/js/linaro-boots-id-1.1.9.js
+++ b/app/dashboard/static/js/linaro-boots-id-1.2.0.js
diff --git a/app/dashboard/templates/boots-id.html b/app/dashboard/templates/boots-id.html
index 8d747ee..4b61e0c 100644
--- a/app/dashboard/templates/boots-id.html
+++ b/app/dashboard/templates/boots-id.html
@@ -133,5 +133,5 @@
{%- block scripts %}
{{ super() }}
<script type="text/javascript" src="/static/js/linaro-bisect-0.0.1.js"></script>
-<script type="text/javascript" src="/static/js/linaro-boots-id-1.1.9.js"></script>
+<script type="text/javascript" src="/static/js/linaro-boots-id-1.2.0.js"></script>
{%- endblock %}