Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Upversion to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 27, 2019
1 parent ea3aed5 commit 0a59e20
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
Expand Up @@ -17,5 +17,5 @@
"src",
"gulpfile.js"
],
"version": "2.2.1"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objectFitPolyfill",
"version": "2.2.1",
"version": "2.3.0",
"description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
"main": "dist/objectFitPolyfill.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/objectFitPolyfill.basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------
* objectFitPolyfill 2.2.1
* objectFitPolyfill 2.3.0
*
* Basic, no-frills version -
* Defaults to object-fit: cover and object-position: 50% 50%
Expand Down
2 changes: 1 addition & 1 deletion src/objectFitPolyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------
* objectFitPolyfill 2.2.1
* objectFitPolyfill 2.3.0
*
* Made by Constance Chen
* Released under the MIT license
Expand Down

0 comments on commit 0a59e20

Please sign in to comment.