Skip to content

Commit fb3baf3

Browse files
committed
Bump to 3.4.2
1 parent 7da0819 commit fb3baf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1 --single-branch'
36+
message: 'git clone https://github.com/facefusion/facefusion --branch 3.4.2 --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.1",
4+
"version": "3.4.2",
55
"license": "OpenRAIL-S",
66
"devDependencies":
77
{

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.1',
26+
message: 'git checkout 3.4.2',
2727
path: 'facefusion'
2828
}
2929
}

0 commit comments

Comments
 (0)