Skip to content

Commit 72ed895

Browse files
committed
Bump to 3.5.3
1 parent 321293d commit 72ed895

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
OpenRAIL-S license
22

3-
Copyright (c) 2025 Henry Ruhs
3+
Copyright (c) 2026 Henry Ruhs

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = async kernel =>
3333
method: 'shell.run',
3434
params:
3535
{
36-
message: 'git clone https://github.com/facefusion/facefusion --branch 3.4.2 --single-branch'
36+
message: 'git clone https://github.com/facefusion/facefusion --branch 3.5.3 --single-branch'
3737
}
3838
},
3939
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "facefusion-pinokio",
33
"description": "Industry leading face manipulation platform",
4-
"version": "3.4.2",
4+
"version": "3.5.3",
55
"license": "OpenRAIL-S",
66
"devDependencies":
77
{

pinokio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports =
22
{
33
version: '1.6',
4-
title: 'FaceFusion 3.4.2',
4+
title: 'FaceFusion 3.5.3',
55
description: 'Industry leading face manipulation platform',
66
icon: 'facefusion.png',
77
menu: require(__dirname + '/menu.js')

update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = () =>
2323
method: 'shell.run',
2424
params:
2525
{
26-
message: 'git checkout 3.4.2',
26+
message: 'git checkout 3.5.3',
2727
path: 'facefusion'
2828
}
2929
}

0 commit comments

Comments
 (0)