From 282855b2223fba3e6f1f7f633a575eeccb00b196 Mon Sep 17 00:00:00 2001 From: melkor Date: Mon, 18 Mar 2024 12:02:05 -0700 Subject: [PATCH] Bump version: 2.0.0-alpha.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4e1d33..2d8578d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "peppi" repository = "https://github.com/hohav/peppi" -version = "2.0.0-alpha.4" +version = "2.0.0-alpha.5" exclude = ["benches", "tests"] [dependencies] diff --git a/README.md b/README.md index 3023491..20652ef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In your `Cargo.toml`: ```toml [dependencies] -peppi = "2.0.0-alpha.4" +peppi = "2.0.0-alpha.5" ``` ## Usage