Skip to content

Commit 4356d42

Browse files
committed
bumping version to 2.1.0
1 parent 2866156 commit 4356d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.9",
4+
"version": "2.1.0",
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.0.9 by @mathias */
1+
/*! http://mths.be/placeholder v2.1.0 by @mathias */
22
(function(factory) {
33
if (typeof define === 'function' && define.amd) {
44
// AMD

0 commit comments

Comments
 (0)