Skip to content

Commit c34399e

Browse files
committed
Update version to 4.0.0-rc.2
1 parent 107d09d commit c34399e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathjax/src",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0-rc.2",
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",

ts/components/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
* @author dpvc@mathjax.org (Davide Cervone)
2323
*/
2424

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

0 commit comments

Comments
 (0)