Skip to content

Commit

Permalink
Forgot to bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorm Casper committed Feb 13, 2015
1 parent d81e991 commit cba7115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nod v.2.0.3
# Nod v.2.0.4

Frontend input validation

Expand Down Expand Up @@ -285,7 +285,7 @@ through each referring to this html:
<label>
<span>What's the meaning of life?</span>
<input type='text' class='foo'>
<!--
<!--
error span gets added here:
<span class='nod-error'><%= errorMessage %></span>
-->
Expand Down Expand Up @@ -375,7 +375,7 @@ myElement.addEventListener('nod.validation', myFunc, false);

The content of `event.details` should be enough for you to handle the error.



#### Delay

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nod-validate",
"version": "2.0.2",
"version": "2.0.4",
"description": "Frontend input validation",
"main": "nod.js",
"repository": {
Expand Down

0 comments on commit cba7115

Please sign in to comment.