Skip to content

Commit

Permalink
Change cache-breaking value in MathJax.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Dec 14, 2015
1 parent e65a12f commit 32c2d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MathJax.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions unpacked/MathJax.js
Expand Up @@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}

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

MathJax.version = "2.6.0-beta.1";
MathJax.fileversion = "2.6.0-beta.1";
MathJax.cdnVersion = "2.6.0-beta.1"; // specifies a revision to break caching
MathJax.version = "2.6.0-beta.2";
MathJax.fileversion = "2.6.0-beta.2";
MathJax.cdnVersion = "2.6.0-beta.2"; // specifies a revision to break caching
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files

/**********************************************************/
Expand Down

0 comments on commit 32c2d9b

Please sign in to comment.