Skip to content

Commit bc98c21

Browse files
committed
bumped version
1 parent b4aff96 commit bc98c21

4 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-placeholder",
33
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "MIT",
66
"main": ["jquery.placeholder.js"],
77
"keywords": [

jquery.placeholder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! http://mths.be/placeholder v2.1.0 by @mathias */
1+
/*! http://mths.be/placeholder v2.1.1 by @mathias */
22
(function(factory) {
33
if (typeof define === 'function' && define.amd) {
44
// AMD

jquery.placeholder.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-placeholder",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"title": "HTML5 Placeholder jQuery Plugin",
55
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
66
"author": {

0 commit comments

Comments
 (0)