Skip to content

Commit cc9e40c

Browse files
committed
Update version number
1 parent 8eda1e3 commit cc9e40c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax-full",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
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",
@@ -61,6 +61,6 @@
6161
"dependencies": {
6262
"esm": "^3.2.25",
6363
"mj-context-menu": "^0.6.1",
64-
"speech-rule-engine": "^3.1.0"
64+
"speech-rule-engine": "^3.1.1"
6565
}
6666
}

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.0',
130+
version: '3.1.1',
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.0',
37+
version: '3.1.1',
3838

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

0 commit comments

Comments
 (0)