Skip to content

Commit be4116a

Browse files
committed
Update to v4.0.0
1 parent fa267ab commit be4116a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathjax/src",
3-
"version": "4.0.0-rc.4",
3+
"version": "4.0.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
"keywords": [
66
"MathJax",
@@ -168,7 +168,7 @@
168168
]
169169
},
170170
"dependencies": {
171-
"@mathjax/mathjax-newcm-font": "4.0.0-rc.4",
171+
"@mathjax/mathjax-newcm-font": "4.0.0",
172172
"mhchemparser": "^4.2.1",
173173
"mj-context-menu": "^0.9.1",
174174
"speech-rule-engine": "5.0.0-beta.1"

pnpm-lock.yaml

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

ts/components/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
* @author [email protected] (Davide Cervone)
2323
*/
2424

25-
export const VERSION = '4.0.0-rc.4';
25+
export const VERSION = '4.0.0';

0 commit comments

Comments
 (0)