Skip to content

Commit

Permalink
fix releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leomassazza committed Sep 8, 2023
1 parent bfed04d commit 0d2f2dc
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions publish/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,8 @@
{
"sip": 2029,
"layer": "ovm",
"sources": []
"sources": [],
"released": "ovm"
},
{
"sip": 2030,
Expand All @@ -970,17 +971,20 @@
{
"sip": 2031,
"layer": "ovm",
"sources": []
"sources": [],
"released": "ovm"
},
{
"sip": 2032,
"layer": "ovm",
"sources": []
"sources": [],
"released": "ovm"
},
{
"sip": 2033,
"layer": "ovm",
"sources": []
"sources": [],
"released": "ovm"
}
],
"releases": [
Expand Down Expand Up @@ -1853,9 +1857,10 @@
"ovm": true,
"version": {
"major": 2,
"minor": 93
"minor": 94
},
"sips": [2029, 2031, 2032, 2033]
"sips": [2029, 2031, 2032, 2033],
"released": true
}
]
}

0 comments on commit 0d2f2dc

Please sign in to comment.