From bfb078e86f37c632d3f44ceb5b46a47bd10dfe3d Mon Sep 17 00:00:00 2001 From: Russell Greene Date: Mon, 15 Jul 2024 20:08:37 -0600 Subject: [PATCH] update version to 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc67c34..bc566da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "wl-screenrec" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 886beaa..48177d4 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.3" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html