]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1493253 follow up - bump the version
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 9 Jan 2019 21:01:55 +0000 (16:01 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Jan 2019 21:01:55 +0000 (16:01 -0500)
extensions/BMO/web/js/firefox-crash-table.js

index caa23c6bb9d7318625e86ba5740d41c211d4d6ec..3c07fb6815b267b9030bead391ce071294c13f46 100644 (file)
@@ -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";