From 7c8aa8dd1338c219080b8cb1d0c9059f3921f15a Mon Sep 17 00:00:00 2001 From: Nate Silva Date: Thu, 16 Feb 2017 09:42:22 -0800 Subject: [PATCH] update to 3.0.1 --- 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 a4c1781..8f8f3df 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.0'; + var VERSION = '3.0.1'; // parse a version number into semver parts var parseVersion = function(ver) { diff --git a/latest.json b/latest.json index 5de2211..cafc6c5 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.0" + "latest": "3.0.1" }