Skip to content

Commit

Permalink
Bump version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jun 16, 2024
1 parent 1c2e74f commit 7c2b077
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.6.0 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.6.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.6.0",
"version": "2.6.1",
"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.6.0',
title: 'FaceFusion 2.6.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.6.0',
message: 'git checkout 2.6.1',
path: 'facefusion'
}
}
Expand Down

0 comments on commit 7c2b077

Please sign in to comment.