Skip to content

Commit

Permalink
chore(build): bumping version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Apr 5, 2015
1 parent 24d1839 commit f6c0635
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 @@ -117,6 +117,10 @@ In CSS you can declare fallbacks to be used by the buggyfill's hacks:

## Changelog

### 0.5.2 (April 5th 2015) ###

* fixing init for IE8 and below to avoid exception due to bad CSSOM ([#46](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/46), [#47](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/47) by [zoltan-dulac](https://github.com/zoltan-dulac))

### 0.5.1 (March 10th 2015) ###

* fixing generated `<style>` element to maintain highest precedence ([#36](https://github.com/rodneyrehm/viewport-units-buggyfill/issues/36))
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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1
* viewport-units-buggyfill.hacks v0.5.2
* @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.1
* viewport-units-buggyfill v0.5.2
* @web: https://github.com/rodneyrehm/viewport-units-buggyfill/
* @author: Rodney Rehm - http://rodneyrehm.de/en/
*/
Expand Down Expand Up @@ -414,7 +414,7 @@
}

return {
version: '0.5.1',
version: '0.5.2',
findProperties: findProperties,
getCss: getReplacedViewportUnits,
init: initialize,
Expand Down

0 comments on commit f6c0635

Please sign in to comment.