From e84c507378cdd49ef83bac86def35b9ed29e070e Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 8 Apr 2020 16:32:42 -0400 Subject: [PATCH] Update version number in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5ff1785c..3fe0a6ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjax-full", - "version": "3.0.3", + "version": "3.0.4", "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the source code as well as the packaged components.", "license": "Apache-2.0", "main": "components/src/node-main/node-main.js",