From 537bcad73b257d98bf1ac5436cb691a894622a4d Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 25 Feb 2024 10:13:12 +0530 Subject: [PATCH] [bump] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33fbedc..0118217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "byte-pusher-emu" -version = "0.1.0" +version = "0.2.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index a7bf1f3..6bb1715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byte-pusher-emu" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "BSD-3" authors = ["chrisvrose"]