From d5988432894849c90b683439d56eb8bce9b9358a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 10 Oct 2024 20:08:44 +0100 Subject: [PATCH] docs(README): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d6643..f91efd4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Add the crate to your `Cargo.toml`: ```toml [dependencies] -catppuccin-egui = { version = "5.2.0", default-features = false, features = ["egui28"] } +catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] } ```