diff --git a/Cargo.lock b/Cargo.lock index 6343ee0..61c2d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,7 +745,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "wl-screenrec" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 27bc750..504866f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "High performance screen/audio recorder for wlroots" license-file = "LICENSE" homepage = "https://github.com/russelltg/wl-screenrec" repository = "https://github.com/russelltg/wl-screenrec" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html