mirror of
https://github.com/gapmiss/inline-callouts.git
synced 2026-07-22 05:45:12 +00:00
versions.json was out of sync — releases 0.1.5–0.1.10 incorrectly listed minAppVersion as 0.15.0 instead of 1.4.10. Also updates release.mjs to read minAppVersion from manifest.json rather than hardcoding it, and bumps esbuild from 0.25.4 to 0.28.1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"0.1.0": "0.15.0",
|
|
"0.1.1": "0.15.0",
|
|
"0.1.2": "0.15.0",
|
|
"0.1.3": "0.15.0",
|
|
"0.1.4": "0.15.0",
|
|
"0.1.5": "1.4.10",
|
|
"0.1.6": "1.4.10",
|
|
"0.1.7": "1.4.10",
|
|
"0.1.8": "1.4.10",
|
|
"0.1.9": "1.4.10",
|
|
"0.1.10": "1.4.10"
|
|
}
|