Skip to content

Commit aafe609

Browse files
committed
Update versions to 4.0.0-rc.3
1 parent 856bbe7 commit aafe609

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.2",
3+
"version": "4.0.0-rc.3",
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",
@@ -167,7 +167,7 @@
167167
]
168168
},
169169
"dependencies": {
170-
"@mathjax/mathjax-newcm-font": "4.0.0-rc.2",
170+
"@mathjax/mathjax-newcm-font": "4.0.0-rc.3",
171171
"mhchemparser": "^4.2.1",
172172
"mj-context-menu": "^0.9.1",
173173
"speech-rule-engine": "5.0.0-alpha.7"

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.2';
25+
export const VERSION = '4.0.0-rc.3';

0 commit comments

Comments
 (0)