[bump] Bump version

This commit is contained in:
2024-02-25 10:13:12 +05:30
parent 101c513838
commit 537bcad73b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -58,7 +58,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "byte-pusher-emu"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"byteorder",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "byte-pusher-emu"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "BSD-3"
authors = ["chrisvrose"]