From da2872d6c585655cd5a88ecf324dceec41aeef5e Mon Sep 17 00:00:00 2001 From: constancecchen Date: Wed, 27 Jan 2021 22:11:53 -0800 Subject: [PATCH] Upversion to 2.3.5 --- bower.json | 2 +- package.json | 2 +- src/objectFitPolyfill.basic.js | 2 +- src/objectFitPolyfill.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index ccbc20c..9643da5 100644 --- a/bower.json +++ b/bower.json @@ -17,5 +17,5 @@ "src", "gulpfile.js" ], - "version": "2.3.4" + "version": "2.3.5" } diff --git a/package.json b/package.json index 005ae49..79341d3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/objectFitPolyfill.basic.js b/src/objectFitPolyfill.basic.js index 31c8ea9..cfac127 100644 --- a/src/objectFitPolyfill.basic.js +++ b/src/objectFitPolyfill.basic.js @@ -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% diff --git a/src/objectFitPolyfill.js b/src/objectFitPolyfill.js index dbf2370..7f6e5db 100644 --- a/src/objectFitPolyfill.js +++ b/src/objectFitPolyfill.js @@ -1,5 +1,5 @@ /*---------------------------------------- - * objectFitPolyfill 2.3.4 + * objectFitPolyfill 2.3.5 * * Made by Constance Chen * Released under the ISC license