From b900d28f775ba6d47ad65370f7b4f7b0b8585533 Mon Sep 17 00:00:00 2001 From: August Date: Wed, 5 Nov 2025 21:33:36 -0500 Subject: [PATCH] Finalize merge of libpci-rs branch --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bb0a7dd..8cf503e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oxidefetch" description = "A fast, cross platform Fetch program for your terminal" -version = "2.0.0-beta.4" +version = "2.0.0" edition = "2021" authors = [ "NamedNeon", "shibedrill" ] license = "MIT" diff --git a/README.md b/README.md index d606a9e..50ba59c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# oxidefetch 2.0.0-beta.4 +# oxidefetch 2.0.0 Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch!