Skip to content

Commit f9c07ce

Browse files
committed
Prepare release 0.2.0-alpha.2
1 parent f5459f4 commit f9c07ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.2.0-alpha.1"
10+
version = "0.2.0-alpha.2"
1111
edition = "2021"
1212
rust-version = "1.67"
1313

website/theme.config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const config: DocsThemeConfig = {
88
logo: <HeaderLogo />,
99
primaryHue: { light: 239, dark: 204 },
1010
banner: {
11-
key: "scarb-0.2.0-alpha.1-released",
11+
key: "scarb-0.2.0-alpha.2-released",
1212
text: (
13-
<a href="https://github.com/software-mansion/scarb/releases/tag/v0.2.0-alpha.1">
13+
<a href="https://github.com/software-mansion/scarb/releases/tag/v0.2.0-alpha.2">
1414
🎉 The second alpha of Scarb v0.2 is released. Read more →
1515
</a>
1616
),

0 commit comments

Comments
 (0)