From b818bdc3b2f6db582d4695a7a4ba0ffa057f1d5f Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 11 Dec 2020 13:45:10 -0500 Subject: [PATCH] Release 2.7.9 --- .release-it.yml | 3 ++- chrome/manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.release-it.yml b/.release-it.yml index c2621ff..155d5a2 100644 --- a/.release-it.yml +++ b/.release-it.yml @@ -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 diff --git a/chrome/manifest.json b/chrome/manifest.json index ff1aa9e..2ebb163 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.8", + "version": "2.7.9", "author": "A Lonely Coder", "background": { "scripts": [ diff --git a/package.json b/package.json index 1c27dca..22fe599 100644 --- a/package.json +++ b/package.json @@ -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",