Skip to content

Commit 7c8aa8d

Browse files
committed
update to 3.0.1
1 parent 59eff27 commit 7c8aa8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Support/assets/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'use strict';
44

55
document.addEventListener('DOMContentLoaded', function() {
6-
var VERSION = '3.0.0';
6+
var VERSION = '3.0.1';
77

88
// parse a version number into semver parts
99
var parseVersion = function(ver) {

latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"note": "The validator occasionally checks this file to see if a newer version is available.",
3-
"latest": "3.0.0"
3+
"latest": "3.0.1"
44
}

0 commit comments

Comments
 (0)