Skip to content

Commit

Permalink
Update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 13, 2024
1 parent 6bdf509 commit b01d7f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.5.1 --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.0",
"version": "2.5.1",
"license": "MIT",
"devDependencies":
{
Expand Down
4 changes: 2 additions & 2 deletions pinokio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports =
{
version: '1.4',
title: 'FaceFusion 2.5.0',
version: '1.5',
title: 'FaceFusion 2.5.1',
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.0',
message: 'git checkout 2.5.1',
path: 'facefusion'
}
}
Expand Down

0 comments on commit b01d7f4

Please sign in to comment.