Skip to content

Commit 5912db4

Browse files
committed
Update version to 3.2.2
1 parent d84c154 commit 5912db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "3.2.1",
3+
"version": "3.2.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
"license": "Apache-2.0",
66
"main": "components/src/node-main/node-main.js",

ts/components/version.ts

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

25-
export const VERSION = '3.2.1';
25+
export const VERSION = '3.2.2';

0 commit comments

Comments
 (0)