Skip to content

Commit

Permalink
Release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgaziur committed Feb 28, 2023
1 parent 5345185 commit 8936ff4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion crates/findex-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "findex-daemon"
version = "0.7.0"
version = "0.7.2"
edition = "2021"
authors = ["MD Gaziur Rahman Noor <mdgaziurrahmannoor@gmail.com>"]
license = "GPL3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
3 changes: 2 additions & 1 deletion crates/findex-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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.7.0"
version = "0.7.2"
edition = "2021"
authors = ["MD Gaziur Rahman Noor <mdgaziurrahmannoor@gmail.com>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/findex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "findex"
version = "0.7.0"
version = "0.7.2"
edition = "2021"
authors = ["MD Gaziur Rahman Noor <mdgaziurrahmannoor@gmail.com>"]
description = "Highly customizable application finder with high performance. Written in Rust and uses GTK"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cmd/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/github-repo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/urlopen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8936ff4

Please sign in to comment.