Skip to content

Commit

Permalink
Update to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 19, 2024
1 parent b01d7f4 commit 6c6888a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.1 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.2 --single-branch'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Next generation face swapper and enhancer",
"version": "2.5.1",
"version": "2.5.2",
"license": "MIT",
"devDependencies":
{
Expand Down
2 changes: 1 addition & 1 deletion pinokio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports =
{
version: '1.5',
title: 'FaceFusion 2.5.1',
title: 'FaceFusion 2.5.2',
description: 'Next generation face swapper and enhancer',
icon: 'icon.png',
menu: require(__dirname + '/menu.js')
Expand Down
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 2.5.1',
message: 'git checkout 2.5.2',
path: 'facefusion'
}
}
Expand Down

3 comments on commit 6c6888a

@zakaryrizzi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uploading fbcf045635c24939af82836b0a30ae5b.mov…

@zakaryrizzi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


@zakaryrizzi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMG_1516
IMG_1515
IMG_1514
IMG_1325
IMG_1340

Please sign in to comment.