diff --git a/manifest.json b/manifest.json index e7839ef..507543e 100644 --- a/manifest.json +++ b/manifest.json @@ -686,6 +686,53 @@ "docker": "bluerobotics/cockpit", "website": "https://github.com/bluerobotics/cockpit", "versions": { + "v0.2.0": { + "permissions": { + "ExposedPorts": { + "8000/tcp": {} + }, + "HostConfig": { + "PortBindings": { + "8000/tcp": [ + { + "HostPort": "" + } + ] + } + } + }, + "requirements": null, + "tag": "v0.2.0", + "website": null, + "authors": [ + { + "name": "Rafael Araujo Lehmkuhl", + "email": "rafael@bluerobotics.com" + }, + { + "name": "Patrick Jos\u00e9 Pereira", + "email": "patrick@bluerobotics.com" + } + ], + "docs": null, + "readme": null, + "company": { + "name": "Blue Robotics", + "about": "", + "email": "support@bluerobotics.com" + }, + "support": "https://discuss.bluerobotics.com/c/bluerobotics-software", + "type": "other", + "filter_tags": [ + "vehicle-control", + "control-station", + "ground-station", + "navigation", + "joystick", + "mission-planning" + ], + "extra_links": {} + }, "v0.1.0": { "permissions": { "ExposedPorts": {