Skip to content

Commit 5e9a5c6

Browse files
committed
Merge branch 'develop'
2 parents b76bf54 + 3523745 commit 5e9a5c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax-full",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"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.",
55
"license": "Apache-2.0",
66
"main": "components/src/node-main/node-main.js",

ts/components/global.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if (typeof global.MathJax === 'undefined') {
123123
*/
124124
if (!(global.MathJax as MathJaxObject).version) {
125125
global.MathJax = {
126-
version: '3.0.4',
126+
version: '3.0.5',
127127
_: {},
128128
config: global.MathJax
129129
};

ts/mathjax.ts

+1-1
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.0.4',
37+
version: '3.0.5',
3838

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

0 commit comments

Comments
 (0)