diff --git a/Cargo.lock b/Cargo.lock index e3e9a20..3001610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "beamup" -version = "0.1.2" +version = "0.2.0" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index d4fafce..bdff9df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beamup" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["Tristan Sloughter "] repository = "https://github.com/tsloughter/beamup"