diff --git a/CHANGELOG.md b/CHANGELOG.md index ce06603..00589fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.3.3 (2023-10-10) +0.4.0 (2023-10-10) ================== ## New diff --git a/Cargo.toml b/Cargo.toml index 4688cd3..0aa9057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-layout" -version = "0.3.3" +version = "0.4.0" license = "MIT" description = "Extend embedded-graphics with simple layout functions" repository = "https://github.com/bugadani/embedded-layout"