diff --git a/Cargo.lock b/Cargo.lock index c77280f..ed4f391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lazygh" -version = "0.1.0" +version = "0.5.0" dependencies = [ "arboard", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 4c2336b..30c0b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazygh" -version = "0.1.0" +version = "0.5.0" authors = ["Karan Janthe "] license = "MIT" edition = "2021"