Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crissdev committed Feb 1, 2015
1 parent d0a16f7 commit 802f302
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "knockout-validation",
"version": "2.0.1",
"version": "2.0.2",
"description": "A KnockoutJS Plugin for model and property validation",
"main": "dist/knockout.validation.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/knockout.validation.js
Expand Up @@ -3,7 +3,7 @@
License: MIT (http://opensource.org/licenses/mit-license.php)
Description: Validation Library for KnockoutJS
Version: 2.0.1
Version: 2.0.2
===============================================================================
*/
/*globals require: false, exports: false, define: false, ko: false */
Expand Down
2 changes: 1 addition & 1 deletion dist/knockout.validation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knockout.validation",
"version": "2.0.1",
"version": "2.0.2",
"description": "A KnockoutJS Plugin for model and property validation",
"main": "dist/knockout.validation.js",
"files": ["dist", "localization", "CONTRIBUTING.md"],
Expand Down

0 comments on commit 802f302

Please sign in to comment.