chore: bump crate version number

This commit is contained in:
backwardspy 2022-10-23 22:21:35 +01:00
parent 972c766b17
commit 06c7415e6c
3 changed files with 3 additions and 3 deletions

2
rust/Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "catppuccin"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"ansi_term",
"indoc",

View file

@ -1,6 +1,6 @@
[package]
name = "catppuccin"
version = "1.0.2"
version = "1.0.3"
authors = ["backwardspy <backwardspy@gmail.com>"]
edition = "2021"
description = "🦀 Soothing pastel theme for Rust."

View file

@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`:
```toml
[dependencies]
catppuccin = "1.0.2"
catppuccin = "1.0.3"
```
## Example