From 84e9d8c192bdf49e88e2aefe422656f8f47b3a6a Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Mon, 26 Jan 2026 17:32:58 -0800 Subject: [PATCH] Prep for the RC3 release of the desktop app --- editor/src/messages/portfolio/portfolio_message_handler.rs | 2 +- frontend/src/components/panels/Welcome.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/src/messages/portfolio/portfolio_message_handler.rs b/editor/src/messages/portfolio/portfolio_message_handler.rs index 42a5f65b..0a296727 100644 --- a/editor/src/messages/portfolio/portfolio_message_handler.rs +++ b/editor/src/messages/portfolio/portfolio_message_handler.rs @@ -1049,7 +1049,7 @@ impl MessageHandler> for Portfolio } PortfolioMessage::RequestStatusBarInfoLayout => { #[cfg(not(target_family = "wasm"))] - let widgets = vec![TextLabel::new("Graphite 1.0.0-RC2").disabled(true).widget_instance()]; + let widgets = vec![TextLabel::new("Graphite 1.0.0-RC3").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z" #[cfg(target_family = "wasm")] let widgets = vec![]; diff --git a/frontend/src/components/panels/Welcome.svelte b/frontend/src/components/panels/Welcome.svelte index 0c9ae65d..ce3de1f1 100644 --- a/frontend/src/components/panels/Welcome.svelte +++ b/frontend/src/components/panels/Welcome.svelte @@ -52,7 +52,7 @@ {#if isDesktop()} - You are testing Release Candidate 2 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter. + You are testing Release Candidate 3 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter. {/if}