File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
chatgpt-auto-continue/utils/bump
chatgpt-infinity/utils/bump
chatgpt-widescreen/utils/bump Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
Original file line number Diff line number Diff line change 87
87
}
88
88
if ( urlsUpdatedCnt ) {
89
89
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
90
- bump . bumpUserJSver ( userJSfilePath )
90
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
91
91
}
92
92
93
93
// Log final summary
Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
Original file line number Diff line number Diff line change 91
91
}
92
92
if ( urlsUpdatedCnt ) {
93
93
console . log ( `${ ! bump . log . endedWithLineBreak ? '\n' : '' } Bumping userscript version...` )
94
- bump . bumpUserJSver ( userJSfilePath )
94
+ bump . bumpVersion ( { format : 'dateVer' , filePath : userJSfilePath } )
95
95
}
96
96
97
97
// Log final summary
You can’t perform that action at this time.
0 commit comments