Skip to content

Commit

Permalink
πŸ› Set latestVersion for amp-story-audio-sticker (#39913)
Browse files Browse the repository at this point in the history
* Set `latestVersion` for `amp-story-audio-sticker`

Tools like the AMP Optimizer require `latestVersion` to correctly import extensions with the correct version.

I thought ampproject/amp-toolbox#1357 was enough to support `amp-story-audio-sticker` there, but turns out it wasn't.

All other extensions already have `latestVersion` set, so it makes sense for `amp-story-audio-sticker` to set it too.

* Empty commit to trigger build

* Empty commit to trigger build
  • Loading branch information
swissspidy committed May 2, 2024
1 parent 19a6f6a commit cf284c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-system/compile/bundles.config.extensions.json
Expand Up @@ -1032,6 +1032,7 @@
{
"name": "amp-story-audio-sticker",
"version": "0.1",
"latestVersion": "0.1",
"options": {
"hasCss": true
}
Expand Down

0 comments on commit cf284c8

Please sign in to comment.