From: Kohei Yoshino Date: Wed, 9 Jan 2019 21:01:55 +0000 (-0500) Subject: Bug 1493253 follow up - bump the version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca734eee315dcfb7f4d27dcefdae89afad0e44a;p=thirdparty%2Fbugzilla.git Bug 1493253 follow up - bump the version --- diff --git a/extensions/BMO/web/js/firefox-crash-table.js b/extensions/BMO/web/js/firefox-crash-table.js index caa23c6bb..3c07fb681 100644 --- a/extensions/BMO/web/js/firefox-crash-table.js +++ b/extensions/BMO/web/js/firefox-crash-table.js @@ -9,7 +9,7 @@ window.addEventListener('DOMContentLoaded', () => { "use strict"; - const VERSION = "0.3.1"; + const VERSION = "0.4.0"; async function fetchProductDetails() { const url = "https://product-details.mozilla.org/1.0/firefox_versions.json";