From b4540a751f9b5f29c7de93cc9fce3f997a57ffaf Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 28 Nov 2023 17:32:06 +0100 Subject: [PATCH] Bump to version 2.0.0 --- install.js | 2 +- pinokio.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.js b/install.js index 4a05b18..ee7b477 100644 --- a/install.js +++ b/install.js @@ -47,7 +47,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch next --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 2.0.0 --single-branch' } }, { diff --git a/pinokio.js b/pinokio.js index 9324be2..0a18226 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,6 +1,6 @@ module.exports = { - title: 'FaceFusion Next', + title: 'FaceFusion 2.0.0', description: 'Next generation face swapper and enhancer', icon: 'icon.png', menu: require(__dirname + '/menu.js')