diff --git a/ereuse_devicehub/workbench/__init__.py b/ereuse_devicehub/workbench/__init__.py index 9c52b02b..25163ef4 100644 --- a/ereuse_devicehub/workbench/__init__.py +++ b/ereuse_devicehub/workbench/__init__.py @@ -1,11 +1,14 @@ isos = { "demo": { - 'iso': "USODY_2022.5.2-beta.iso", + 'iso': "USODY_2022.8.0-Demo.iso", 'url': 'http://releases.usody.com/demo/', }, "2022": { - 'iso': "USODY_2022.5.2-beta.iso", - 'url': 'http://releases.usody.com//2022/', + 'iso': "USODY_2022.8.0-beta.iso", + 'url': 'http://releases.usody.com/2022/', + }, + "v14": { + 'iso': "USODY_14.0.0.iso", + 'url': 'http://releases.usody.com/v14/' }, - "v14": {'iso': "USODY_14.0.0.iso", 'url': 'http://releases.usody.com/v14/'}, }