From ea526e4b85b1fa936b15bb70dfdf03b59ae916d9 Mon Sep 17 00:00:00 2001
From: Maxx Crawford <maxx.crawford@gmail.com>
Date: Mon, 6 Apr 2020 15:35:59 -0500
Subject: [PATCH] Increased version number (patch)

---
 package.json      | 2 +-
 src/manifest.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 4a5c8d56..736a7125 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "contain-facebook",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "description": "Facebook Container isolates your Facebook activity from the rest of your web activity in order to prevent Facebook from tracking you outside of the Facebook website via third party cookies. ",
   "main": "background.js",
   "scripts": {
diff --git a/src/manifest.json b/src/manifest.json
index 129dbde5..9ca70eb4 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,7 +1,7 @@
 {
     "manifest_version": 2,
     "name": "Facebook Container",
-    "version": "2.1.0",
+    "version": "2.1.1",
 
     "incognito": "not_allowed",