From b01d7f4f19670c03579965c649f40eb45da6b242 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 13 Apr 2024 12:16:13 +0200 Subject: [PATCH] Update to 2.5.1 --- install.js | 2 +- package.json | 2 +- pinokio.js | 4 ++-- update.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.js b/install.js index 4d8f004..54b3c45 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.0 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.1 --single-branch' } }, { diff --git a/package.json b/package.json index ee29f52..b6a9170 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Next generation face swapper and enhancer", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index 3961018..61afe9a 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { - version: '1.4', - title: 'FaceFusion 2.5.0', + version: '1.5', + title: 'FaceFusion 2.5.1', description: 'Next generation face swapper and enhancer', icon: 'icon.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 5a89187..3bad4cd 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 2.5.0', + message: 'git checkout 2.5.1', path: 'facefusion' } }