From 1e1865aedfc2fb7a205bff59473a86fa203d03b4 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Fri, 3 Jan 2025 22:53:23 +0300 Subject: [PATCH] Bump to v0.9.204 --- apps/app/src/main.rs | 12 ++++++------ apps/app/tauri.conf.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/app/src/main.rs b/apps/app/src/main.rs index 43b1671a..031e9dc4 100644 --- a/apps/app/src/main.rs +++ b/apps/app/src/main.rs @@ -86,12 +86,12 @@ async fn initialize_state(app: tauri::AppHandle) -> api::Result<()> { // } // } - #[cfg(not(feature = "updater"))] - { - State::init().await?; - } - - tracing::info!("Finished checking for updates!"); + // #[cfg(not(feature = "updater"))] + // { + // } + + State::init().await?; + tracing::info!("AstralRinth state successfully initialized."); let state = State::get().await?; app.asset_protocol_scope() .allow_directory(state.directories.caches_dir(), true)?; diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index c4baba55..5c9f5b83 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -44,7 +44,7 @@ ] }, "productName": "AstralRinth App", - "version": "0.9.203", + "version": "0.9.204", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": {