Bump to 2.2.1

This commit is contained in:
henryruhs
2024-01-21 15:07:12 +01:00
parent a2c410b946
commit 2fe3539b3a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 2.2.0 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.2.1 --single-branch'
}
},
{
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Next generation face swapper and enhancer",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"devDependencies":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '1',
title: 'FaceFusion 2.2.0',
title: 'FaceFusion 2.2.1',
description: 'Next generation face swapper and enhancer',
icon: 'icon.png',
menu: require(__dirname + '/menu.js')
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git pull origin 2.2.0',
message: 'git pull origin 2.2.1',
path: 'facefusion'
}
}