Bump to 2.2.0

This commit is contained in:
henryruhs
2024-01-19 20:45:11 +01:00
parent d4074f3cb9
commit a2c410b946
4 changed files with 5 additions and 5 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.1.3 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 2.2.0 --single-branch'
}
},
{
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "facefusion-pinokio",
"description": "Next generation face swapper and enhancer",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"devDependencies":
{
"@isnotdefined/eslint-config": "9.8.0",
"eslint": "8.54.0"
"eslint": "8.56.0"
},
"scripts":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '1',
title: 'FaceFusion 2.1.3',
title: 'FaceFusion 2.2.0',
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.1.3',
message: 'git pull origin 2.2.0',
path: 'facefusion'
}
}