From edcfcd97929100e122adde3f3fd09a9cb858cea0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Apr 2021 13:37:03 +0530 Subject: [PATCH] Bump bundled MathJax version --- setup/mathjax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mathjax.py b/setup/mathjax.py index 80647ce220..7a8cd467b2 100644 --- a/setup/mathjax.py +++ b/setup/mathjax.py @@ -18,7 +18,7 @@ class MathJax(ReVendor): description = 'Create the MathJax bundle' NAME = 'mathjax' TAR_NAME = 'MathJax' - VERSION = '3.0.5' + VERSION = '3.1.4' DOWNLOAD_URL = 'https://github.com/mathjax/MathJax/archive/%s.tar.gz' % VERSION def add_file_pre(self, name, raw):