Skip to content

Commit

Permalink
Released 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Feb 22, 2012
1 parent 709707e commit e1a246e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
28 changes: 16 additions & 12 deletions dist/amanda.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
Expand Up @@ -2,7 +2,7 @@

"name": "amanda",
"description": "JSON Schema validator",
"version": "0.2.2",
"version": "0.3.0",
"author": "František Hába <hello@frantisekhaba.com>",

"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/amanda.js
Expand Up @@ -881,7 +881,7 @@
* GetVersion
*/
getVersion: function() {
return [0, 2, 0].join('.');
return [0, 3, 0].join('.');
},

/**
Expand Down

0 comments on commit e1a246e

Please sign in to comment.