Skip to content

Commit

Permalink
Update version in package.json
Browse files Browse the repository at this point in the history
* Rebuild the library to inject the new version in the banner.
* Included localization files and CONTRIBUTING.md in the package files.
  • Loading branch information
crissdev committed Jan 20, 2015
1 parent 0291ac7 commit ec7237e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0-pre.3
Version: 2.0.0
===============================================================================
*/
/*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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "knockout.validation",
"version": "2.0.0-pre.3",
"version": "2.0.0",
"description": "A KnockoutJS Plugin for model and property validation",
"main": "dist/knockout.validation.js",
"files": ["dist/knockout.validation.js"],
"files": ["dist/knockout.validation.js", "localization", "CONTRIBUTING.md"],
"dependencies": {
"knockout": ">=2.3.0"
},
Expand Down

0 comments on commit ec7237e

Please sign in to comment.