Skip to content

Commit c0ec892

Browse files
committed
feat: version follow up
1 parent 1cb29dd commit c0ec892

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Header = ({}: HeaderProps) => {
3131
</Badge>
3232
</a>
3333
<a
34-
href="https://support.welldonestudio.io/"
34+
href="https://github.com/dsrvlabs/arbitrum-stylus/issues"
3535
target="_blank"
3636
rel="noreferrer"
3737
style={{ textDecoration: "none" }}

src/zustand/project.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ const initial = {
3434
compilerVersion: {
3535
loading: false,
3636
error: false,
37-
data: "0.5.5",
37+
data: "0.5.8",
3838
},
3939
compilerVersions: {
4040
loading: false,
4141
error: false,
42-
data: ["0.5.1", "0.5.2", "0.5.3", "0.5.4", "0.5.5"],
42+
data: ["0.5.1", "0.5.2", "0.5.3", "0.5.4", "0.5.5", "0.5.6", "0.5.7", "0.5.8"],
4343
},
4444
os: {
4545
loading: false,

0 commit comments

Comments
 (0)