Skip to content

Commit a10fe7d

Browse files
committed
update version number to 2.0.1
1 parent c342884 commit a10fe7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Support/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'use strict';
44

55
Zepto(document).ready(function($) {
6-
var VERSION = '2.0.0';
6+
var VERSION = '2.0.1';
77

88
// Remove the marker flag indicating that the validation window
99
// for this document is showing.

latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"note": "The validator occasionally checks this file to see if a newer version is available.",
3-
"latest": "2.0.0"
3+
"latest": "2.0.1"
44
}

0 commit comments

Comments
 (0)