File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = async kernel =>
3333 method : 'shell.run' ,
3434 params :
3535 {
36- message : 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --single-branch'
36+ message : 'git clone https://github.com/facefusion/facefusion --branch 3.1.2 --single-branch'
3737 }
3838 } ,
3939 {
Original file line number Diff line number Diff line change 11{
22 "name" : " facefusion-pinokio" ,
33 "description" : " Industry leading face manipulation platform" ,
4- "version" : " 3.1.1 " ,
4+ "version" : " 3.1.2 " ,
55 "license" : " MIT" ,
66 "devDependencies" :
77 {
Original file line number Diff line number Diff line change 11module . exports =
22{
33 version : '1.5' ,
4- title : 'FaceFusion 3.1.1 ' ,
4+ title : 'FaceFusion 3.1.2 ' ,
55 description : 'Industry leading face manipulation platform' ,
66 icon : 'facefusion.png' ,
77 menu : require ( __dirname + '/menu.js' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = () =>
2323 method : 'shell.run' ,
2424 params :
2525 {
26- message : 'git checkout 3.1.1 ' ,
26+ message : 'git checkout 3.1.2 ' ,
2727 path : 'facefusion'
2828 }
2929 }
You can’t perform that action at this time.
0 commit comments