From fac03be011a2a13d92cebea0d3ee7d0af1b245ec Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 9 Feb 2021 21:01:14 -0500 Subject: [PATCH] Release 2.7.12 --- chrome/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 3588758..da50e36 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -10,7 +10,7 @@ "description": "Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you.", "manifest_version": 2, "update_url": "https://clients2.google.com/service/update2/crx", - "version": "2.7.11", + "version": "2.7.12", "author": "A Lonely Coder", "background": { "scripts": [ diff --git a/package.json b/package.json index 635c4b5..a91b184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinder-autopilot", - "version": "2.7.11", + "version": "2.7.12", "description": "Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you.", "main": "src/index.js", "repository": "https://github.com/Geczy/tinder-autopilot.git",