diff --git a/README.md b/README.md index 60f5d98..2cca70c 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,5 @@ world create my-game cd my-game # Start Cardinal in dev mode without the Cardinal Editor -world cardinal dev --no-editor +world cardinal dev --editor=false ``` diff --git a/version_map.json b/version_map.json index 733d0dd..d762a13 100644 --- a/version_map.json +++ b/version_map.json @@ -11,5 +11,6 @@ "v1.3.3": "v0.4.1", "v1.3.4": "v0.4.1", "v1.3.5": "v0.4.1", - "v1.4.0": "v0.4.1" + "v1.4.0": "v0.4.1", + "v1.4.1": "v0.4.0" }