Skip to content

Commit d6e3196

Browse files
committed
Bump version
1 parent 9f29663 commit d6e3196

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0 --single-branch'
36+
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --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.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
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.5',
4-
title: 'FaceFusion 3.1.0',
4+
title: 'FaceFusion 3.1.1',
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.1.0',
26+
message: 'git checkout 3.1.1',
2727
path: 'facefusion'
2828
}
2929
}

0 commit comments

Comments
 (0)