From 352374503652cc16aadf3e794fbe83782da5d240 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 10 Apr 2020 09:12:28 -0400 Subject: [PATCH] Update version numbers --- package.json | 2 +- ts/components/global.ts | 2 +- ts/mathjax.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3fe0a6ede..1b5f8a8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjax-full", - "version": "3.0.4", + "version": "3.0.5", "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 588cdb3e1..aaa4fbf77 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.4', + version: '3.0.5', _: {}, config: global.MathJax }; diff --git a/ts/mathjax.ts b/ts/mathjax.ts index 67cf14eb0..9e1584b61 100644 --- a/ts/mathjax.ts +++ b/ts/mathjax.ts @@ -34,7 +34,7 @@ export const mathjax = { /** * The MathJax version number */ - version: '3.0.4', + version: '3.0.5', /** * The list of registers document handlers