Skip to content

Commit 802f302

Browse files
committed
2.0.2
1 parent d0a16f7 commit 802f302

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knockout-validation",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A KnockoutJS Plugin for model and property validation",
55
"main": "dist/knockout.validation.js",
66
"license": "MIT",

dist/knockout.validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
License: MIT (http://opensource.org/licenses/mit-license.php)
44
55
Description: Validation Library for KnockoutJS
6-
Version: 2.0.1
6+
Version: 2.0.2
77
===============================================================================
88
*/
99
/*globals require: false, exports: false, define: false, ko: false */

dist/knockout.validation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knockout.validation",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A KnockoutJS Plugin for model and property validation",
55
"main": "dist/knockout.validation.js",
66
"files": ["dist", "localization", "CONTRIBUTING.md"],

0 commit comments

Comments
 (0)