Skip to content

Commit

Permalink
fix: edit version format
Browse files Browse the repository at this point in the history
  • Loading branch information
markjung96 committed Oct 28, 2024
1 parent cf21b0e commit afca8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zustand/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ const initial = {
compilerVersion: {
loading: false,
error: false,
data: "v0.5.3",
data: "0.5.3",
},
compilerVersions: {
loading: false,
error: false,
data: ["v0.5.1", "v0.5.3"],
data: ["0.5.1", "0.5.3"],
},
projects: {
loading: false,
Expand Down

0 comments on commit afca8f0

Please sign in to comment.