[release] version 0.4.3

This commit is contained in:
Yann Stepienik 2023-05-10 21:07:58 +01:00
parent 68ef1af276
commit 7234ed5411
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ const ContainerOverview = ({ containerInfo, config, refresh }) => {
<ExposeModal
openModal={openModal}
setOpenModal={setOpenModal}
container={containerInfo}
container={Config}
config={config}
updateRoutes={
(_newRoute) => {

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.4.2",
"version": "0.4.3",
"description": "",
"main": "test-server.js",
"bugs": {