Skip to content

Commit 5d06924

Browse files
committed
Update version to 4.0.0-beta.5
1 parent 9fd6d04 commit 5d06924

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax-full",
3-
"version": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*************************************************************
22
*
3-
* Copyright (c) 2023-2024 The MathJax Consortium
3+
* Copyright (c) 2023 The MathJax Consortium
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -22,4 +22,4 @@
2222
* @author [email protected] (Davide Cervone)
2323
*/
2424

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

0 commit comments

Comments
 (0)