We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eff27 commit 7c8aa8dCopy full SHA for 7c8aa8d
Support/assets/document.js
@@ -3,7 +3,7 @@
3
'use strict';
4
5
document.addEventListener('DOMContentLoaded', function() {
6
- var VERSION = '3.0.0';
+ var VERSION = '3.0.1';
7
8
// parse a version number into semver parts
9
var parseVersion = function(ver) {
latest.json
@@ -1,4 +1,4 @@
1
{
2
"note": "The validator occasionally checks this file to see if a newer version is available.",
- "latest": "3.0.0"
+ "latest": "3.0.1"
}
0 commit comments