Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Feb 19, 2015
1 parent b4aff96 commit bc98c21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-placeholder",
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"main": ["jquery.placeholder.js"],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion jquery.placeholder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://mths.be/placeholder v2.1.0 by @mathias */
/*! http://mths.be/placeholder v2.1.1 by @mathias */
(function(factory) {
if (typeof define === 'function' && define.amd) {
// AMD
Expand Down
4 changes: 2 additions & 2 deletions jquery.placeholder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-placeholder",
"version": "2.1.0",
"version": "2.1.1",
"title": "HTML5 Placeholder jQuery Plugin",
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
"author": {
Expand Down

0 comments on commit bc98c21

Please sign in to comment.