Skip to content

Commit

Permalink
Release 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 11, 2020
1 parent 1157a97 commit b818bdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ hooks:
- bash chrome/bump-version.sh ${version}
- yarn build
- cd dist/ && bestzip tinder-autopilot-v${version}.zip * && mv tinder-autopilot-v* ../zips/ && cd ..
after:release: rm -f zips/tinder-autopilot-v*.zip
git:
requireCleanWorkingDir: false
github:
assets:
- zips/tinder-autopilot-v${version}.zip
- zips/tinder-autopilot-v*.zip
release: true
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8",
"version": "2.7.9",
"author": "A Lonely Coder",
"background": {
"scripts": [
Expand Down
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.8",
"version": "2.7.9",
"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 b818bdc

Please sign in to comment.