Skip to content

Commit 95076a5

Browse files
committed
Merge branch 'develop'
2 parents 77bb06d + 5ccc38a commit 95076a5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

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.0.2",
3+
"version": "3.0.3",
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

Lines changed: 1 addition & 1 deletion
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.2',
126+
version: '3.0.3',
127127
_: {},
128128
config: global.MathJax
129129
};

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.0.2',
37+
version: '3.0.3',
3838

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

0 commit comments

Comments
 (0)