Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Feb 22, 2014
1 parent cbe4acf commit 42f17aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastclick",
"version": "0.6.11",
"version": "0.6.12",
"main": "lib/fastclick.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fastclick",
"repo": "ftlabs/fastclick",
"description": "Polyfill to remove click delays on browsers with touch UIs.",
"version": "0.6.11",
"version": "0.6.12",
"main": "lib/fastclick.js",
"scripts": [
"lib/fastclick.js"
Expand Down
2 changes: 1 addition & 1 deletion lib/fastclick.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @preserve FastClick: polyfill to remove click delays on browsers with touch UIs.
*
* @version 0.6.11
* @version 0.6.12
* @codingstandard ftlabs-jsv2
* @copyright The Financial Times Limited [All Rights Reserved]
* @license MIT License (see LICENSE.txt)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastclick",
"version": "0.6.11",
"version": "0.6.12",
"description": "Polyfill to remove click delays on browsers with touch UIs.",
"maintainers": [
{
Expand Down

0 comments on commit 42f17aa

Please sign in to comment.