Skip to content

Commit

Permalink
chore(build): bumping to version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Aug 21, 2015
1 parent ee7c8bf commit 933cf2e
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": "viewport-units-buggyfill",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"version": "0.5.4",
"version": "0.5.5",
"main": [
"./viewport-units-buggyfill.js",
"./viewport-units-buggyfill.hacks.js"
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": "viewport-units-buggyfill",
"version": "0.5.4",
"version": "0.5.5",
"title": "Viewport Units Buggyfill for Mobile Safari",
"description": "Making viewport units (vh|vw|vmin|vmax) work properly in older WebKit and Trident",
"homepage": "http://github.com/rodneyrehm/viewport-units-buggyfill/",
Expand Down
2 changes: 1 addition & 1 deletion viewport-units-buggyfill.hacks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill.hacks v0.5.4
* viewport-units-buggyfill.hacks v0.5.5
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Zoltan Hawryluk - http://www.useragentman.com/
*/
Expand Down
4 changes: 2 additions & 2 deletions viewport-units-buggyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* viewport-units-buggyfill v0.5.4
* viewport-units-buggyfill v0.5.5
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Rodney Rehm - http://rodneyrehm.de/en/
*/
Expand Down Expand Up @@ -424,7 +424,7 @@
}

return {
version: '0.5.4',
version: '0.5.5',
findProperties: findProperties,
getCss: getReplacedViewportUnits,
init: initialize,
Expand Down

0 comments on commit 933cf2e

Please sign in to comment.