From 6f468029e6018740be5e020d8233cf28bf2aba3f Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:36:32 -0600 Subject: [PATCH] Update asset hash --- src/router/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/global.rs b/src/router/global.rs index 2a1917f..a79e546 100644 --- a/src/router/global.rs +++ b/src/router/global.rs @@ -7,7 +7,7 @@ use std::time::{SystemTime, UNIX_EPOCH}; //likely different between ios and android? pub const ASSET_VERSION: &str = "4a802a747076a91e5e62707f6358bc2d"; -pub const ASSET_HASH: &str = "183931205c9dbc39788ef7b361988cf4"; +pub const ASSET_HASH: &str = "0de9f85900e910b0b4873dcdd0933aa5"; pub fn timestamp() -> u64 { let now = SystemTime::now();