From 4db6055dbfedafc0c37453d04554e1a5e29d0f30 Mon Sep 17 00:00:00 2001
From: constancecchen <constance.chen.3@gmail.com>
Date: Wed, 27 Jan 2021 00:07:07 -0800
Subject: [PATCH] Upversion to 2.3.3

---
 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 1969ab2..f10d063 100644
--- a/bower.json
+++ b/bower.json
@@ -17,5 +17,5 @@
     "src",
     "gulpfile.js"
   ],
-  "version": "2.3.2"
+  "version": "2.3.3"
 }
diff --git a/package.json b/package.json
index bba83b6..e72a738 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "objectFitPolyfill",
-  "version": "2.3.2",
+  "version": "2.3.3",
   "description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
   "main": "dist/objectFitPolyfill.min.js",
   "files": [
diff --git a/src/objectFitPolyfill.basic.js b/src/objectFitPolyfill.basic.js
index 42f0400..165ad23 100644
--- a/src/objectFitPolyfill.basic.js
+++ b/src/objectFitPolyfill.basic.js
@@ -1,5 +1,5 @@
 /*----------------------------------------
- * objectFitPolyfill 2.3.2
+ * objectFitPolyfill 2.3.3
  *
  * 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 a6afdae..0e31a10 100644
--- a/src/objectFitPolyfill.js
+++ b/src/objectFitPolyfill.js
@@ -1,5 +1,5 @@
 /*----------------------------------------
- * objectFitPolyfill 2.3.2
+ * objectFitPolyfill 2.3.3
  *
  * Made by Constance Chen
  * Released under the ISC license