Skip to content

Commit 70433fd

Browse files
committed
Update version number
1 parent 2c70c55 commit 70433fd

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.1.0",
3+
"version": "4.1.1",
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.1.0';
25+
export const VERSION = '4.1.1';

0 commit comments

Comments
 (0)