Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 8, 2020
1 parent 31bc3f0 commit 5ccc38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjax-full",
"version": "3.0.2",
"version": "3.0.3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion ts/components/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if (typeof global.MathJax === 'undefined') {
*/
if (!(global.MathJax as MathJaxObject).version) {
global.MathJax = {
version: '3.0.2',
version: '3.0.3',
_: {},
config: global.MathJax
};
Expand Down
2 changes: 1 addition & 1 deletion ts/mathjax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const mathjax = {
/**
* The MathJax version number
*/
version: '3.0.2',
version: '3.0.3',

/**
* The list of registers document handlers
Expand Down

0 comments on commit 5ccc38a

Please sign in to comment.