Skip to content

Commit fd06dca

Browse files
committed
Fix version numbers
1 parent d143a14 commit fd06dca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727

2828
- ...
2929

30-
## [v0.2.0] - 2025-03-19
30+
## [v0.2.0] - 2025-04-10
3131

3232
### Added
3333

schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://vecorel.github.io/sdl/v0.3.0/schema.json",
3+
"$id": "https://vecorel.github.io/sdl/v0.2.0/schema.json",
44
"type": "object",
55
"required": ["$schema", "properties"],
66
"properties": {
77
"$schema": {
88
"type": "string",
9-
"const": "https://vecorel.github.io/sdl/v0.3.0/schema.json"
9+
"const": "https://vecorel.github.io/sdl/v0.2.0/schema.json"
1010
},
1111
"required": {
1212
"type": "array",

0 commit comments

Comments
 (0)