diff --git a/install.js b/install.js index ca79f5c..1f124c7 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.5.4 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.6.1 --single-branch' } }, { diff --git a/package.json b/package.json index 260b115..440980b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.5.4", + "version": "3.6.1", "license": "OpenRAIL-S", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index 39fff7e..a8f4e7e 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '5.0', - title: 'FaceFusion 3.5.4', + title: 'FaceFusion 3.6.1', description: 'Industry leading face manipulation platform', icon: 'facefusion.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 1ace924..87fc611 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.5.4', + message: 'git checkout 3.6.1', path: 'facefusion' } }