diff --git a/package.json b/package.json index 66894b2f3..0e70b870e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjax-full", - "version": "3.0.1", + "version": "3.0.2", "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the source code as well as the packaged components.", "license": "Apache-2.0", "main": "components/src/node-main/node-main.js", diff --git a/ts/components/global.ts b/ts/components/global.ts index 684ec28e5..a0fe2fc1a 100644 --- a/ts/components/global.ts +++ b/ts/components/global.ts @@ -123,7 +123,7 @@ if (typeof global.MathJax === 'undefined') { */ if (!(global.MathJax as MathJaxObject).version) { global.MathJax = { - version: '3.0.1', + version: '3.0.2', _: {}, config: global.MathJax }; diff --git a/ts/mathjax.ts b/ts/mathjax.ts index fec814797..0c5f6b4e0 100644 --- a/ts/mathjax.ts +++ b/ts/mathjax.ts @@ -34,7 +34,7 @@ export const mathjax = { /** * The MathJax version number */ - version: '3.0.1', + version: '3.0.2', /** * The list of registers document handlers