Skip to content

Commit

Permalink
Release 2.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Oct 4, 2021
1 parent f3f2cd7 commit 859e239
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@
"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.16",
"version": "2.7.17",
"author": "A Lonely Coder",
"background": {
"scripts": ["bg.js"],
"scripts": [
"bg.js"
],
"persistent": false
},
"content_scripts": [
{
"js": ["main.js"],
"matches": ["https://tinder.com/*", "https://*.gotinder.com/*"]
"js": [
"main.js"
],
"matches": [
"https://tinder.com/*",
"https://*.gotinder.com/*"
]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinder-autopilot",
"version": "2.7.16",
"version": "2.7.17",
"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",
Expand Down

0 comments on commit 859e239

Please sign in to comment.