From fb3baf36bf12c1cf82a572ba05930e81d4b2c515 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 29 Oct 2025 21:26:43 +0100 Subject: [PATCH] Bump to 3.4.2 --- install.js | 2 +- package.json | 2 +- update.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.js b/install.js index d5b3077..3e776f3 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.4.1 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.4.2 --single-branch' } }, { diff --git a/package.json b/package.json index 48597f1..6c68191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.4.1", + "version": "3.4.2", "license": "OpenRAIL-S", "devDependencies": { diff --git a/update.js b/update.js index b90b8c6..71361e9 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.4.1', + message: 'git checkout 3.4.2', path: 'facefusion' } }