Skip to content

Commit 960108c

Browse files
committed
Fix version number of MathJax as a whole.
1 parent 5f53a23 commit 960108c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/MathJax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
4545

4646
// MathJax.isPacked = true; // This line is uncommented by the packer.
4747

48-
MathJax.version = "2.5.0";
48+
MathJax.version = "2.5.1";
4949
MathJax.fileversion = "2.5.1";
5050
MathJax.cdnVersion = "2.5.1"; // specifies a revision to break caching
5151
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files

0 commit comments

Comments
 (0)