Skip to content

Commit d423f7f

Browse files
committed
Converted bumpDateVer() to bumpVersion({ format }) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent afe6ea9 commit d423f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
console.log(`Bumping version in ${
5959
config.chromiumOnly ? 'Chromium' : config.ffOnly ? 'Firefox' : ''} manifest...`)
60-
const { oldVer, newVer } = bump.bumpDateVer({ filePath: manifestPath })
60+
const { oldVer, newVer } = bump.bumpVersion({ format: 'dateVer', filePath: manifestPath })
6161
bumpedManifests[`${platformManifestPath}/manifest.json`] = `${oldVer};${newVer}`
6262
}
6363

0 commit comments

Comments
 (0)