From 06c7415e6cbc8ad16b4d90a90e8d568964ed243f Mon Sep 17 00:00:00 2001 From: backwardspy Date: Sun, 23 Oct 2022 22:21:35 +0100 Subject: [PATCH] chore: bump crate version number --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- rust/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ae14c74..f9b4ed0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "catppuccin" -version = "1.0.2" +version = "1.0.3" dependencies = [ "ansi_term", "indoc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5c64273..9e274d1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin" -version = "1.0.2" +version = "1.0.3" authors = ["backwardspy "] edition = "2021" description = "🦀 Soothing pastel theme for Rust." diff --git a/rust/README.md b/rust/README.md index 93bc4e7..fb82806 100644 --- a/rust/README.md +++ b/rust/README.md @@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`: ```toml [dependencies] -catppuccin = "1.0.2" +catppuccin = "1.0.3" ``` ## Example