Skip to content

Commit

Permalink
feat: release v0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 29, 2024
1 parent db76891 commit 7027205
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/releases/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"mission_controls": [
"0.0.10",
"0.0.9",
"0.0.8",
"0.0.7",
Expand All @@ -10,6 +11,7 @@
"0.0.2"
],
"satellites": [
"0.0.16",
"0.0.15",
"0.0.14",
"0.0.13",
Expand All @@ -24,8 +26,24 @@
"0.0.4",
"0.0.3"
],
"orbiters": ["0.0.5", "0.0.4", "0.0.3", "0.0.2", "0.0.1"],
"orbiters": ["0.0.6", "0.0.5", "0.0.4", "0.0.3", "0.0.2", "0.0.1"],
"releases": [
{
"tag": "0.0.28",
"console": "0.0.8",
"observatory": "0.0.4",
"mission_control": "0.0.10",
"satellite": "0.0.16",
"orbiter": "0.0.6"
},
{
"tag": "0.0.27",
"console": "0.0.8",
"observatory": "0.0.4",
"mission_control": "0.0.9",
"satellite": "0.0.15",
"orbiter": "0.0.5"
},
{
"tag": "0.0.26",
"console": "0.0.8",
Expand Down
Binary file added src/releases/mission_control-v0.0.10.wasm.gz
Binary file not shown.
Binary file added src/releases/orbiter-v0.0.6.wasm.gz
Binary file not shown.
Binary file added src/releases/satellite-v0.0.16.wasm.gz
Binary file not shown.

0 comments on commit 7027205

Please sign in to comment.