From c35b71089cba8a269708c46dc610f69dd24045d1 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 9 Feb 2021 22:50:52 -0500 Subject: [PATCH] Release 2.7.13 --- 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 da50e36..d980ee1 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.12", + "version": "2.7.13", "author": "A Lonely Coder", "background": { "scripts": [ diff --git a/package.json b/package.json index a91b184..5b7a1d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinder-autopilot", - "version": "2.7.12", + "version": "2.7.13", "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",