bump to 3.6.1

This commit is contained in:
henryruhs
2026-06-30 22:08:24 +02:00
parent 5da93171c2
commit 8f4ef5e784
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 3.5.4 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 3.6.1 --single-branch'
}
},
{
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Industry leading face manipulation platform",
"version": "3.5.4",
"version": "3.6.1",
"license": "OpenRAIL-S",
"devDependencies":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '5.0',
title: 'FaceFusion 3.5.4',
title: 'FaceFusion 3.6.1',
description: 'Industry leading face manipulation platform',
icon: 'facefusion.png',
menu: require(__dirname + '/menu.js')
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 3.5.4',
message: 'git checkout 3.6.1',
path: 'facefusion'
}
}