From e3006bed4af9f77b252978a88e6248f4e63fc08d Mon Sep 17 00:00:00 2001 From: mdgaziur Date: Sun, 25 Dec 2022 21:01:37 +0600 Subject: [PATCH] Project: Bump version --- Cargo.lock | 6 +++--- crates/findex-daemon/Cargo.toml | 2 +- crates/findex-plugin/Cargo.toml | 2 +- crates/findex/Cargo.toml | 2 +- plugins/github-repo/Cargo.lock | 2 +- plugins/urlopen/Cargo.lock | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93be4e6..7bef3c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "findex" -version = "0.6.0" +version = "0.7.0" dependencies = [ "abi_stable", "findex-plugin", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "findex-daemon" -version = "0.1.0" +version = "0.7.0" dependencies = [ "daemonize", "inotify", @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "findex-plugin" -version = "0.1.0" +version = "0.7.0" dependencies = [ "abi_stable", "libloading", diff --git a/crates/findex-daemon/Cargo.toml b/crates/findex-daemon/Cargo.toml index 06566d5..bfc9d63 100644 --- a/crates/findex-daemon/Cargo.toml +++ b/crates/findex-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "findex-daemon" -version = "0.1.0" +version = "0.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/findex-plugin/Cargo.toml b/crates/findex-plugin/Cargo.toml index 86d5373..d8b0384 100644 --- a/crates/findex-plugin/Cargo.toml +++ b/crates/findex-plugin/Cargo.toml @@ -5,7 +5,7 @@ license = "GPL-3.0" homepage = "https://github.com/mdgaziur/findex" repository = "https://github.com/mdgaziur/findex" documentation = "https://github.com/mdgaziur/findex/blob/development/crates/findex-plugin/README.md" -version = "0.1.0" +version = "0.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/findex/Cargo.toml b/crates/findex/Cargo.toml index c8a29d5..cdb4dbb 100644 --- a/crates/findex/Cargo.toml +++ b/crates/findex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "findex" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["MD Gaziur Rahman Noor "] description = "Highly customizable application finder with high performance. Written in Rust and uses GTK" diff --git a/plugins/github-repo/Cargo.lock b/plugins/github-repo/Cargo.lock index 6a530e9..198942a 100644 --- a/plugins/github-repo/Cargo.lock +++ b/plugins/github-repo/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "findex-plugin" -version = "0.1.0" +version = "0.7.0" dependencies = [ "abi_stable", ] diff --git a/plugins/urlopen/Cargo.lock b/plugins/urlopen/Cargo.lock index bb07666..c77de45 100644 --- a/plugins/urlopen/Cargo.lock +++ b/plugins/urlopen/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "findex-plugin" -version = "0.1.0" +version = "0.7.0" dependencies = [ "abi_stable", ]