Skip to content

Commit

Permalink
update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natesilva committed Feb 16, 2017
1 parent 59eff27 commit 7c8aa8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Support/assets/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'use strict';

document.addEventListener('DOMContentLoaded', function() {
var VERSION = '3.0.0';
var VERSION = '3.0.1';

// parse a version number into semver parts
var parseVersion = function(ver) {
Expand Down
2 changes: 1 addition & 1 deletion latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"note": "The validator occasionally checks this file to see if a newer version is available.",
"latest": "3.0.0"
"latest": "3.0.1"
}

0 comments on commit 7c8aa8d

Please sign in to comment.