Skip to content

Commit

Permalink
chore(build): bumping version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jul 15, 2015
1 parent 3eb1c41 commit 07998fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ In CSS you can declare fallbacks to be used by the buggyfill's hacks:

## Changelog

### 0.5.4 (July 15th 2015) ###

* changing Internet Explorer detection from Conditional Comments to UA sniffing - ([#57](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/57) by [dillonlucente](https://github.com/dillonlucente), [#43](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/43), [#40](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/40))

### 0.5.3 (April 21st 2015) ###

* fixing CORS importer to respect `data-viewport-units-buggyfill="ignore"` ([#48](https://github.com/rodneyrehm/viewport-units-buggyfill/pull/48))
Expand Down
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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3
* viewport-units-buggyfill.hacks v0.5.4
* @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.3
* viewport-units-buggyfill v0.5.4
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Rodney Rehm - http://rodneyrehm.de/en/
*/
Expand Down Expand Up @@ -397,7 +397,7 @@
}

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

0 comments on commit 07998fa

Please sign in to comment.