Skip to content

Commit

Permalink
update version number to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natesilva committed Nov 4, 2015
1 parent c342884 commit a10fe7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Support/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "2.0.0"
"latest": "2.0.1"
}

0 comments on commit a10fe7d

Please sign in to comment.