Skip to content

Commit ba36717

Browse files
committed
Release 2.6.2
1 parent 00093a9 commit ba36717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you.",
1111
"manifest_version": 2,
1212
"update_url": "https://clients2.google.com/service/update2/crx",
13-
"version": "2.6.1",
13+
"version": "2.6.2",
1414
"author": "A Lonely Coder",
1515
"background": {
1616
"scripts": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinder-autopilot",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Don't waste any more time doing manual tasks on Tinder. Autopilot will do it for you.",
55
"main": "src/index.js",
66
"repository": "https://github.com/Geczy/tinder-autopilot.git",

src/automations/Swiper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Swiper {
5151
document.getElementById('matchCount').innerHTML =
5252
parseInt(document.getElementById('matchCount').innerHTML, 10) + 1;
5353
logger("Congrats! We've got a match! 🤡");
54-
document.querySelector('.itsAMatch button').click();
54+
document.querySelector('.itsAMatch > div > button').click();
5555
return true;
5656
};
5757

0 commit comments

Comments
 (0)