Skip to content

Commit 9c0eee7

Browse files
committed
Update version number to 3.2
1 parent 31e711d commit 9c0eee7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax-full",
3-
"version": "3.1.4",
3+
"version": "3.2.0",
44
"description": "Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers and in server-side node applications. This package includes the source code as well as the packaged components.",
55
"license": "Apache-2.0",
66
"main": "components/src/node-main/node-main.js",

ts/components/global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if (typeof global.MathJax === 'undefined') {
127127
*/
128128
if (!(global.MathJax as MathJaxObject).version) {
129129
global.MathJax = {
130-
version: '3.1.4',
130+
version: '3.2.0',
131131
_: {},
132132
config: global.MathJax
133133
};

ts/mathjax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const mathjax = {
3434
/**
3535
* The MathJax version number
3636
*/
37-
version: '3.1.4',
37+
version: '3.2.0',
3838

3939
/**
4040
* The list of registers document handlers

0 commit comments

Comments
 (0)