Skip to content

Commit 84e9d8c

Browse files
committed
Prep for the RC3 release of the desktop app
1 parent 5fd1a24 commit 84e9d8c

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
@@ -1049,7 +1049,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
10491049
}
10501050
PortfolioMessage::RequestStatusBarInfoLayout => {
10511051
#[cfg(not(target_family = "wasm"))]
1052-
let widgets = vec![TextLabel::new("Graphite 1.0.0-RC2").disabled(true).widget_instance()];
1052+
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"
10531053
#[cfg(target_family = "wasm")]
10541054
let widgets = vec![];
10551055

frontend/src/components/panels/Welcome.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<LayoutCol class="bottom-message">
5353
<TextLabel italic={true} disabled={true}>
5454
{#if isDesktop()}
55-
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.
55+
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.
5656
{/if}
5757
</TextLabel>
5858
</LayoutCol>

0 commit comments

Comments
 (0)