Updates for 2.4.0

This commit is contained in:
henryruhs
2024-03-14 20:40:40 +01:00
parent ebda967778
commit cc9d7dd821
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch master --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.4.0 --single-branch'
}
},
{
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Next generation face swapper and enhancer",
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT",
"devDependencies":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '1',
title: 'FaceFusion 2.3.0',
title: 'FaceFusion 2.4.0',
description: 'Next generation face swapper and enhancer',
icon: 'icon.png',
menu: require(__dirname + '/menu.js')
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout master',
message: 'git checkout 2.4.0',
path: 'facefusion'
}
}