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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 28, 2021
1 parent 986c2a2 commit da2872d
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.3.4"
"version": "2.3.5"
}
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.3.4",
"version": "2.3.5",
"description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
"main": "dist/objectFitPolyfill.min.js",
"types": "global.d.ts",
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.3.4
* objectFitPolyfill 2.3.5
*
* 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.3.4
* objectFitPolyfill 2.3.5
*
* Made by Constance Chen
* Released under the ISC license
Expand Down

0 comments on commit da2872d

Please sign in to comment.