From 4a9ee56008426c725ca247881813e0685c8a237d Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 1 May 2021 23:55:24 -0500 Subject: [PATCH] Release 2.7.15 --- 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 20980b0..a23a4da 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.14", + "version": "2.7.15", "author": "A Lonely Coder", "background": { "scripts": [ diff --git a/package.json b/package.json index 3214b46..a7ff719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinder-autopilot", - "version": "2.7.14", + "version": "2.7.15", "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",