From ba0938672f7553b2a5df20a9c0dfccde7668eaa1 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 18 Jan 2024 23:22:31 +0100 Subject: [PATCH] chore: bump to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73bea01..5ed4447 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,7 +1207,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "p4bl0t" -version = "1.0.0" +version = "1.0.1" dependencies = [ "color-eyre", "poise", diff --git a/Cargo.toml b/Cargo.toml index aacab2b..a8236d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "p4bl0t" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Lucien Cartier-Tilet "] license-file = "LICENSE.md"