diff --git a/Cargo.lock b/Cargo.lock index 1dc55da..e1f4227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "auto-epp-rs" -version = "0.0.1" +version = "0.0.2" dependencies = [ "nix", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index b548865..18ee52a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto-epp-rs" -version = "0.0.1" +version = "0.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/PKGBUILD b/PKGBUILD index aada267..23c4e9b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Taufik Hidayat pkgname=auto-epp-rs -pkgver=0.0.1 -pkgrel=9 +pkgver=0.0.2 +pkgrel=1 epoch= pkgdesc="Program that automatically manages the EPP of your AMD CPU using the AMD-Pstate driver (Rewritten in Rust)" arch=("x86_64")