Skip to content

Commit e1170b2

Browse files
author
Tom Hanoldt
committed
1.8
1 parent 543b61b commit e1170b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "jquery.input.validator",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"homepage": "https://github.com/creative-workflow/jquery.input.validator",
55
"authors": [
66
"Tom Hanoldt <tom@creative-workflow.berlin>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
##### 1.1.7
3+
##### 1.1.8
44
* fix required for radios
55

66
##### 1.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.input.validator",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "This jquery plugin helps to handle html input validation. It uses strict html attributes to map the validation rules and is easy extendable.",
55
"main": "dist/jquery.input.validator.js",
66
"repository": {

0 commit comments

Comments
 (0)