From 72ed895ae2b247db271bebbebbb92434a7bbe27a Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 26 Feb 2026 09:04:47 +0100 Subject: [PATCH] Bump to 3.5.3 --- LICENSE.md | 2 +- install.js | 2 +- package.json | 2 +- pinokio.js | 2 +- update.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 32361dc..f277252 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,3 @@ OpenRAIL-S license -Copyright (c) 2025 Henry Ruhs +Copyright (c) 2026 Henry Ruhs diff --git a/install.js b/install.js index 3e776f3..fff9399 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.2 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.5.3 --single-branch' } }, { diff --git a/package.json b/package.json index 6c68191..ae9a664 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.4.2", + "version": "3.5.3", "license": "OpenRAIL-S", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index 41146ea..e13f268 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '1.6', - title: 'FaceFusion 3.4.2', + title: 'FaceFusion 3.5.3', description: 'Industry leading face manipulation platform', icon: 'facefusion.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index 71361e9..8c07b04 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.4.2', + message: 'git checkout 3.5.3', path: 'facefusion' } }