Skip to content

Commit f87cb5c

Browse files
committed
Bump version numbers for updated files
1 parent fe0d977 commit f87cb5c

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

unpacked/MathJax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
4646
// MathJax.isPacked = true; // This line is uncommented by the packer.
4747

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

5353
/**********************************************************/

unpacked/extensions/HTML-CSS/handle-floats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
MathJax.Extension["HTML-CSS/handle-floats"] = {
40-
version: "2.5.0"
40+
version: "2.5.1"
4141
};
4242

4343
//

unpacked/extensions/TeX/AMSmath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
MathJax.Extension["TeX/AMSmath"] = {
28-
version: "2.5.0",
28+
version: "2.5.1",
2929

3030
number: 0, // current equation number
3131
startNumber: 0, // current starting equation number (for when equation is restarted)

unpacked/extensions/TeX/noErrors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*/
7272

7373
(function (HUB,HTML) {
74-
var VERSION = "2.5.0";
74+
var VERSION = "2.5.1";
7575

7676
var CONFIG = HUB.CombineConfig("TeX.noErrors",{
7777
disabled: false, // set to true to return to original error messages

unpacked/extensions/TeX/unicode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
// The configuration defaults, augmented by the user settings
6363
//
6464
MathJax.Extension["TeX/unicode"] = {
65-
version: "2.5.0",
65+
version: "2.5.1",
6666
unicode: {},
6767
config: MathJax.Hub.CombineConfig("TeX.unicode",{
6868
fonts: "STIXGeneral,'Arial Unicode MS'"

unpacked/jax/element/mml/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MathJax.ElementJax.mml = MathJax.ElementJax({
3030
mimeType: "jax/mml"
3131
},{
3232
id: "mml",
33-
version: "2.5.0",
33+
version: "2.5.1",
3434
directory: MathJax.ElementJax.directory + "/mml",
3535
extensionDir: MathJax.ElementJax.extensionDir + "/mml",
3636
optableDir: MathJax.ElementJax.directory + "/mml/optable"

unpacked/jax/output/HTML-CSS/autoload/maction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
28-
var VERSION = "2.5.0";
28+
var VERSION = "2.5.1";
2929
var MML = MathJax.ElementJax.mml,
3030
HTMLCSS = MathJax.OutputJax["HTML-CSS"];
3131

unpacked/jax/output/HTML-CSS/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax["HTML-CSS"] = MathJax.OutputJax({
2929
id: "HTML-CSS",
30-
version: "2.5.0",
30+
version: "2.5.1",
3131
directory: MathJax.OutputJax.directory + "/HTML-CSS",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/HTML-CSS",
3333
autoloadDir: MathJax.OutputJax.directory + "/HTML-CSS/autoload",

unpacked/jax/output/NativeMML/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
2929
id: "NativeMML",
30-
version: "2.5.0",
30+
version: "2.5.1",
3131
directory: MathJax.OutputJax.directory + "/NativeMML",
3232
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
3333

0 commit comments

Comments
 (0)