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 9490f1d commit 2c7cf7aCopy full SHA for 2c7cf7a
Support/assets/document.js
@@ -3,7 +3,7 @@
3
'use strict';
4
5
document.addEventListener('DOMContentLoaded', function() {
6
- var VERSION = '3.0.1';
+ var VERSION = '3.0.2';
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.1"
+ "latest": "3.0.2"
}
0 commit comments