Skip to content

Commit 2181dd8

Browse files
author
Tom Hanoldt
committed
readme
1 parent 0344f87 commit 2181dd8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jquery.input.validator # jquery.formslider [![Build Status](https://travis-ci.org/creative-workflow/jquery.input.validator.svg?branch=master)](https://travis-ci.org/creative-workflow/jquery.input.validator) [![Contribute](https://img.shields.io/badge/Contribution-Open-brightgreen.svg)](CONTRIBUTING.md) [![Code Climate](https://codeclimate.com/github/creative-workflow/jquery.input.validator/badges/gpa.svg)](https://codeclimate.com/github/creative-workflow/jquery.input.validator) [![npm](https://img.shields.io/npm/dt/jquery.input.validator.svg)](https://www.npmjs.com/package/jquery.input.validator) [![Beerpay](https://beerpay.io/creative-workflow/jquery.input.validator/badge.svg?style=flat)](https://beerpay.io/creative-workflow/jquery.input.validator)
1+
# jquery.input.validator # jquery.formslider [![Build Status](https://travis-ci.org/creative-workflow/jquery.input.validator.svg?branch=master)](https://travis-ci.org/creative-workflow/jquery.input.validator) [![Contribute](https://img.shields.io/badge/Contribution-Open-brightgreen.svg)](CONTRIBUTING.md) [![Beerpay](https://beerpay.io/creative-workflow/jquery.input.validator/badge.svg?style=flat)](https://beerpay.io/creative-workflow/jquery.input.validator)
22

33
[![NPM](https://nodei.co/npm/jquery.input.validator.png)](https://nodei.co/npm/jquery.input.validator/)
44

@@ -165,6 +165,9 @@ It also exposes the class `InputValidator` for manual instantiating.
165165
[Tom Hanoldt](https://www.tomhanoldt.info)
166166

167167
## Changelog
168+
### 1.0.1
169+
* readme
170+
168171
### 1.0.0
169172
* initial
170173

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.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/creative-workflow/jquery.input.validator",
55
"authors": [
66
"Tom Hanoldt <[email protected]>"

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.0.0",
3+
"version": "1.0.1",
44
"description": "This module helps to handle input validation based on standart html attributes.",
55
"main": "dist/jquery.input.validator.js",
66
"repository": {

0 commit comments

Comments
 (0)