diff --git a/install.js b/install.js index d5b3077..3e776f3 100644 --- a/install.js +++ b/install.js @@ -33,7 +33,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch 3.4.1 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.4.2 --single-branch' } }, { diff --git a/package.json b/package.json index 48597f1..6c68191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.4.1", + "version": "3.4.2", "license": "OpenRAIL-S", "devDependencies": { diff --git a/update.js b/update.js index b90b8c6..71361e9 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.4.1', + message: 'git checkout 3.4.2', path: 'facefusion' } }