Skip to content

Commit 29c7892

Browse files
committed
Moved bump-utils args into objs, added verbose ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 9322427 commit 29c7892

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
@@ -51,7 +51,7 @@
5151
}
5252

5353
console.log(`Bumping version in ${chromiumOnly ? 'Chromium' : ffOnly ? 'Firefox' : ''} manifest...`)
54-
const { oldVer, newVer } = bump.bumpDateVer(manifestPath)
54+
const { oldVer, newVer } = bump.bumpDateVer({ filePath: manifestPath })
5555
bumpedManifests[`${platformManifestPath}/manifest.json`] = `${oldVer};${newVer}`
5656
}
5757

0 commit comments

Comments
 (0)