diff --git a/install.js b/install.js index 58030d1..42c877b 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.8.2 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.8.3 --single-branch' } }, { diff --git a/package.json b/package.json index 8c868aa..0a40209 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.8.2", + "version": "3.8.3", "license": "OpenRAIL-S", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index e822809..fb7c31d 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '5.0', - title: 'FaceFusion 3.8.2', + title: 'FaceFusion 3.8.3', description: 'Industry leading face manipulation platform', icon: 'facefusion.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 573c743..df75d1b 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.8.2', + message: 'git checkout 3.8.3', path: 'facefusion' } }