Bump to version 2.0.0

This commit is contained in:
henryruhs
2023-11-28 17:32:06 +01:00
parent 415dc21d6f
commit b4540a751f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch next --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.0.0 --single-branch'
}
},
{
+1 -1
View File
@@ -1,6 +1,6 @@
module.exports =
{
title: 'FaceFusion Next',
title: 'FaceFusion 2.0.0',
description: 'Next generation face swapper and enhancer',
icon: 'icon.png',
menu: require(__dirname + '/menu.js')