summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-11-26 22:07:49 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-11-26 22:18:50 +0100
commit72cc9a876c301248add20220306529bf91d19f51 (patch)
tree06edd323cb0ab1374399ee826e9db6ba80ede3ef
parent5d06491370c29fd112f58bf3271c445cfc00b563 (diff)
Bump version
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 96b3608..234c45b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "fd-find"
-version = "8.2.1"
+version = "8.3.0"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index e8f2129..b93bafb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
-version = "8.2.1"
+version = "8.3.0"
edition= "2018"
[badges.appveyor]
diff --git a/README.md b/README.md
index 4253b3c..f1fe93a 100644
--- a/README.md
+++ b/README.md
@@ -535,7 +535,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`.
If you use an older version of Ubuntu, you can download the latest `.deb` package from the
[release page](https://github.com/sharkdp/fd/releases) and install it via:
``` bash
-sudo dpkg -i fd_8.2.1_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_8.3.0_amd64.deb # adapt version number and architecture
```
### On Debian