From 64ab97e1bfd1be1ab6fd3162e1a099a7eedda54f Mon Sep 17 00:00:00 2001 From: M*C*O Date: Sun, 21 Jan 2024 03:18:47 +0100 Subject: [PATCH] chore: update version in README (#25) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca6d36..865a617 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Add the crate to your `Cargo.toml`: ```toml [dependencies] -catppuccin-egui = "2.0" +catppuccin-egui = "3.1" ``` To use a theme, call the `set_theme` function with a theme and the egui context: