diff --git a/downloads.keyman.com-version-API.md b/downloads.keyman.com-version-API.md index 08bd2de..faa5db5 100644 --- a/downloads.keyman.com-version-API.md +++ b/downloads.keyman.com-version-API.md @@ -101,7 +101,7 @@ GET https://downloads.keyman.com/api/version/all ## Description -Returns a JSON blob with a list of all versions of Keyman released since 10.0, grouped by major version. All three tiers will be included, even if there are no releases for a given tier. +Returns a JSON blob with a list of all versions of Keyman released since 14.0, grouped by major version. All three tiers will be included, even if there are no releases for a given tier. ## Parameters * no parameters @@ -115,10 +115,10 @@ This iterates on the `web` platform, and thus it is theoretically possible that ````json { - "10.0": { - "stable": ["10.0.66", "10.0.67", ...], - "beta": ["10.0.50", "10.0.51", ...], - "alpha": ["10.0.1", "10.0.2", ...], + "14.0": { + "stable": ["14.0.66", "14.0.67", ...], + "beta": ["14.0.50", "14.0.51", ...], + "alpha": ["14.0.1", "14.0.2", ...], }, ... } ````