diff --git a/README.md b/README.md index 6333eec..cd38eee 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ENV VERSION %%VERSION%% ```json { "name": "xy", - "verson": "1.2", + "version": "1.2", "slug": "folder", "description": "long descripton", "startup": "before|after|once", diff --git a/smb_config/config.json b/smb_config/config.json index 6e8fc1a..73820af 100644 --- a/smb_config/config.json +++ b/smb_config/config.json @@ -1,6 +1,6 @@ { "name": "Samba Config", - "verson": "0.1", + "version": "0.1", "slug": "smb_config", "description": "Expose config with samba", "startup": "after",