From 2c7cf7ae5d18c7b97b13593c74a236ebe48901a0 Mon Sep 17 00:00:00 2001 From: Nate Silva Date: Thu, 16 Feb 2017 10:01:10 -0800 Subject: [PATCH] update to 3.0.2 --- Support/assets/document.js | 2 +- latest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Support/assets/document.js b/Support/assets/document.js index 8f8f3df..2b1383e 100644 --- a/Support/assets/document.js +++ b/Support/assets/document.js @@ -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) { diff --git a/latest.json b/latest.json index cafc6c5..4b6511c 100644 --- a/latest.json +++ b/latest.json @@ -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" }