From c4090ead63508e4f296591d074e6346ba499dee5 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 8 Jun 2023 16:40:27 +0200 Subject: [PATCH] feat(genshin): updated fps unlocker to 2.1.1 --- src/games/genshin/fps_unlocker/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/games/genshin/fps_unlocker/mod.rs b/src/games/genshin/fps_unlocker/mod.rs index 0fbca55..8f00e9d 100644 --- a/src/games/genshin/fps_unlocker/mod.rs +++ b/src/games/genshin/fps_unlocker/mod.rs @@ -9,8 +9,8 @@ use super::config::schema::prelude::FpsUnlockerConfig; pub mod config_schema; const LATEST_INFO: (&str, &str) = ( - "a885a80793278133f4cce2a7d28a88be", - "https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.0/unlockfps_clr.exe" + "6ae7e63ada5b5f911c1f927c06945674", + "https://github.com/34736384/genshin-fps-unlock/releases/download/v2.1.1/unlockfps_clr.exe" ); #[derive(Debug, Clone, PartialEq, Eq)]