From 4a6465c2e2836a54c8d9846ce1b193f8b406c96f Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 8 May 2024 19:23:28 +0200 Subject: [PATCH] Bump to 2.5.3 --- install.js | 2 +- package.json | 2 +- pinokio.js | 2 +- update.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install.js b/install.js index 2a6b719..07f1e05 100644 --- a/install.js +++ b/install.js @@ -34,7 +34,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.2 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.3 --single-branch' } }, { diff --git a/package.json b/package.json index 36e62b2..d91fa15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Next generation face swapper and enhancer", - "version": "2.5.2", + "version": "2.5.3", "license": "MIT", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index 503232c..18a0159 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '1.5', - title: 'FaceFusion 2.5.2', + title: 'FaceFusion 2.5.3', description: 'Next generation face swapper and enhancer', icon: 'icon.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 9ba1a70..0c01402 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 2.5.2', + message: 'git checkout 2.5.3', path: 'facefusion' } }