Skip to content

Commit

Permalink
Increment version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
que-etc committed Feb 17, 2017
1 parent 7d5c45b commit cd15d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Polyfill has been tested and known to work in the following browsers:

## Usage Examples

It's recommended to use this library in the form of the [ponyfill](https://github.com/sindresorhus/ponyfill), which doesn't inflict modifications of the global object.
It's recommended to use this library in the form of a [ponyfill](https://github.com/sindresorhus/ponyfill), which doesn't inflict modifications of the global object.

```javascript
import ResizeObserver from 'resize-observer-polyfill';
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node",
"es6"
],
"version": "1.4.0",
"version": "1.4.1",
"main": [
"dist/ResizeObserver.js"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resize-observer-polyfill",
"author": "Denis Rul <que.etc@gmail.com>",
"version": "1.4.0",
"version": "1.4.1",
"description": "A polyfill for the Resize Observer API",
"main": "dist/ResizeObserver.js",
"jsnext:main": "dist/ResizeObserver.es.js",
Expand Down

0 comments on commit cd15d91

Please sign in to comment.