From b56922d3c60bf9f4f0d31c5f172052fbce633495 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 20 Apr 2024 22:53:09 +0800 Subject: [PATCH] chore: bump version --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- libharuhishot/Cargo.toml | 2 +- meson.build | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32d5478..9893527 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "haruhishot" -version = "0.3.18" +version = "0.3.19" dependencies = [ "clap", "dialoguer", @@ -2564,7 +2564,7 @@ dependencies = [ [[package]] name = "libharuhishot" -version = "0.2.4" +version = "0.2.5" dependencies = [ "memmap2 0.9.4", "nix 0.28.0", diff --git a/Cargo.toml b/Cargo.toml index 8a14da1..94082ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haruhishot" -version = "0.3.18" +version = "0.3.19" edition = "2021" build = "build.rs" @@ -10,7 +10,7 @@ members = [".", "libharuhishot"] [dependencies] -libharuhishot = { path = "libharuhishot", version = "0.2.3" } +libharuhishot = { path = "libharuhishot", version = "0.2.5" } #wayland-client = "=0.30.0-beta.13" diff --git a/libharuhishot/Cargo.toml b/libharuhishot/Cargo.toml index cb07260..8fb36be 100644 --- a/libharuhishot/Cargo.toml +++ b/libharuhishot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libharuhishot" -version = "0.2.4" +version = "0.2.5" edition = "2021" license = "MIT" description = "impl screencopy for wayland" diff --git a/meson.build b/meson.build index 16bc38c..0c18d2c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('haruhishot', 'rust', - version: '0.3.18', + version: '0.3.19', meson_version: '>= 0.60' )