Skip to content

Commit 1e5290a

Browse files
committed
Updated bump.bumpVersion() refs
1 parent 6105a4f commit 1e5290a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

amazongpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

bravegpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

chatgpt-auto-continue/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

chatgpt-infinity/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

chatgpt-widescreen/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
}
8888
if (urlsUpdatedCnt) {
8989
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
90-
bump.bumpUserJSver(userJSfilePath)
90+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9191
}
9292

9393
// Log final summary

duckduckgpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

googlegpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
if (urlsUpdatedCnt) {
9393
console.log(`${ !bump.log.endedWithLineBreak ? '\n' : '' }Bumping userscript version...`)
94-
bump.bumpUserJSver(userJSfilePath)
94+
bump.bumpVersion({ format: 'dateVer', filePath: userJSfilePath })
9595
}
9696

9797
// Log final summary

0 commit comments

Comments
 (0)