From 440b44f55ef5aa4fc33bd83de0523864662d0adb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:22:50 +0000 Subject: [PATCH] chore: release v1.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 098af41..68c3387 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -766,7 +766,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "rgd" -version = "1.3.1" +version = "1.3.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 4185b89..07d145a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rgd" description = "Installed game detection utility for Linux" -version = "1.3.1" +version = "1.3.2" edition = "2024" authors = ["Rolv Apneseth "] rust-version = "1.89"