Skip to content

Commit

Permalink
update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natesilva committed Feb 16, 2017
1 parent 9490f1d commit 2c7cf7a
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.1';
var VERSION = '3.0.2';

// 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.1"
"latest": "3.0.2"
}

0 comments on commit 2c7cf7a

Please sign in to comment.