From 881be5067888886bd94c75ec1e9b043baaa9486e Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sat, 9 Nov 2024 10:21:35 -0500 Subject: [PATCH] docs(README): update package version (#74) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d5b24..8c9e12b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Add the crate to your `Cargo.toml`: ```toml [dependencies] -catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] } +catppuccin-egui = { version = "5.3.1", default-features = false, features = ["egui29"] } ```