diff --git a/install.js b/install.js index 499cda7..655bcb9 100644 --- a/install.js +++ b/install.js @@ -49,7 +49,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch 2.1.3 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 2.2.0 --single-branch' } }, { diff --git a/package.json b/package.json index be41832..0a977bd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "facefusion-pinokio", "description": "Next generation face swapper and enhancer", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@isnotdefined/eslint-config": "9.8.0", - "eslint": "8.54.0" + "eslint": "8.56.0" }, "scripts": { diff --git a/pinokio.js b/pinokio.js index 7fa68f3..8c796ac 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '1', - title: 'FaceFusion 2.1.3', + title: 'FaceFusion 2.2.0', description: 'Next generation face swapper and enhancer', icon: 'icon.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 7979d08..fbdf365 100644 --- a/update.js +++ b/update.js @@ -15,7 +15,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git pull origin 2.1.3', + message: 'git pull origin 2.2.0', path: 'facefusion' } }