diff --git a/Support/document.js b/Support/document.js index e7726a0..0dbcf33 100644 --- a/Support/document.js +++ b/Support/document.js @@ -3,7 +3,7 @@ 'use strict'; Zepto(document).ready(function($) { - var VERSION = '2.0.0'; + var VERSION = '2.0.1'; // Remove the marker flag indicating that the validation window // for this document is showing. diff --git a/latest.json b/latest.json index c333e52..39aad09 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": "2.0.0" + "latest": "2.0.1" } \ No newline at end of file