From 9b78384226a21254b85630c6f5fe49cc5e207630 Mon Sep 17 00:00:00 2001 From: didirus Date: Sun, 21 Jun 2026 17:59:19 +0300 Subject: [PATCH] chore(app): update AstralRinth app branding and version --- apps/app/src/api/auth.rs | 2 +- apps/app/src/main.rs | 2 +- apps/app/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app/src/api/auth.rs b/apps/app/src/api/auth.rs index dd8e56cff..5f644365c 100644 --- a/apps/app/src/api/auth.rs +++ b/apps/app/src/api/auth.rs @@ -113,7 +113,7 @@ pub async fn login( }, )?), ) - .title("Sign into Modrinth") + .title("Sign into AstralRinth") .always_on_top(true) .center() .build()?; diff --git a/apps/app/src/main.rs b/apps/app/src/main.rs index 4e76a1711..1984180ae 100644 --- a/apps/app/src/main.rs +++ b/apps/app/src/main.rs @@ -381,7 +381,7 @@ fn main() { DialogBuilder::message() .set_level(MessageLevel::Error) .set_title("Initialization error") - .set_text("Your Microsoft Edge WebView2 installation is corrupt.\n\nMicrosoft Edge WebView2 is required to run Modrinth App.\n\nLearn how to repair it at https://support.modrinth.com/en/articles/8797765-corrupted-microsoft-edge-webview2-installation") + .set_text("Your Microsoft Edge WebView2 installation is corrupt.\n\nMicrosoft Edge WebView2 is required to run AstralRinth App.\n\nLearn how to repair it at https://support.modrinth.com/en/articles/8797765-corrupted-microsoft-edge-webview2-installation") .alert() .show() .unwrap(); diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 7e6c5b49f..45f96c90d 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -63,7 +63,7 @@ ] }, "productName": "AstralRinth App", - "version": "0.14.702", + "version": "0.14.801", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": {