diff --git a/install.js b/install.js index 055ea76..745a8c3 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.1 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 2.1.2 --single-branch' } }, { diff --git a/package.json b/package.json index 7ace1d8..f71fe2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Next generation face swapper and enhancer", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "devDependencies": { @@ -10,7 +10,7 @@ }, "scripts": { - "lint": "eslint . --ext=.js", + "lint": "eslint . --ext .js", "fix": "npm run lint -- --fix" } } diff --git a/pinokio.js b/pinokio.js index 9715ad0..c0c1b8d 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,6 +1,6 @@ module.exports = { - title: 'FaceFusion 2.1.1', + title: 'FaceFusion 2.1.2', description: 'Next generation face swapper and enhancer', icon: 'icon.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 30ee5ab..8a83bbc 100644 --- a/update.js +++ b/update.js @@ -15,7 +15,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git pull origin 2.1.1', + message: 'git pull origin 2.1.2', path: 'facefusion' } }