diff --git a/editor/src/messages/portfolio/portfolio_message_handler.rs b/editor/src/messages/portfolio/portfolio_message_handler.rs index 5e848aded9..349c9a235e 100644 --- a/editor/src/messages/portfolio/portfolio_message_handler.rs +++ b/editor/src/messages/portfolio/portfolio_message_handler.rs @@ -1183,7 +1183,7 @@ impl MessageHandler> for Portfolio } PortfolioMessage::RequestStatusBarInfoLayout => { #[cfg(not(target_family = "wasm"))] - let widgets = vec![TextLabel::new("Graphite 1.0.0-RC5").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z" + let widgets = vec![TextLabel::new("Graphite 1.0.0-RC6").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 77317be2b8..d3e0ec6448 100644 --- a/frontend/src/components/panels/Welcome.svelte +++ b/frontend/src/components/panels/Welcome.svelte @@ -35,7 +35,7 @@ {#if import.meta.env.MODE === "native"} - You are testing Release Candidate 5 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 6 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter. {:else if new Date() < new Date(2026, 10, 1)} diff --git a/frontend/src/components/window/MainWindow.svelte b/frontend/src/components/window/MainWindow.svelte index c0969ea2e8..78dbbae2f6 100644 --- a/frontend/src/components/window/MainWindow.svelte +++ b/frontend/src/components/window/MainWindow.svelte @@ -33,7 +33,7 @@ {#if $tooltip.visible} {/if} - {#if import.meta.env.MODE === "native" && new Date() > new Date("2026-07-01")} + {#if import.meta.env.MODE === "native" && new Date() > new Date("2026-12-31")}