Skip to content

Commit ab7f59c

Browse files
committed
Prep for the RC5 release of the desktop app
1 parent a0d5f41 commit ab7f59c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

editor/src/messages/portfolio/portfolio_message_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
12891289
}
12901290
PortfolioMessage::RequestStatusBarInfoLayout => {
12911291
#[cfg(not(target_family = "wasm"))]
1292-
let widgets = vec![TextLabel::new("Graphite 1.0.0-RC4").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z"
1292+
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"
12931293
#[cfg(target_family = "wasm")]
12941294
let widgets = vec![];
12951295

frontend/src/components/panels/Welcome.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<LayoutCol class="bottom-message">
3636
<TextLabel italic={true} disabled={true}>
3737
{#if import.meta.env.MODE === "native"}
38-
You are testing Release Candidate 4 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter.
38+
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.
3939
{/if}
4040
</TextLabel>
4141
</LayoutCol>

0 commit comments

Comments
 (0)