Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# VersionsJSONUtil: Generate `versions.json` files that contain the list of Julia versions
# VersionsJSONUtil: Generate the `versions.json` file that contains the list of Julia versions

S3 URL:
- v1: https://julialang-s3.julialang.org/bin/versions.json
- v2: [coming soon][^1]

[^1]: v2 is not available yet. When it becomes available, the S3 URL will *probably* be `https://julialang-s3.julialang.org/bin/versions.v2.json`

1. v1:
- `versions.json`: https://julialang-s3.julialang.org/bin/versions.json
- schema: https://julialang-s3.julialang.org/bin/versions-schema.json
2. v2: [coming soon, maybe][^1]

[^1]: v2 is not available yet. If/when it becomes available, the S3 URL will *probably* be `https://julialang-s3.julialang.org/bin/versions.v2.json`

## JSON Schema

Expand Down
Loading