Skip to content

Commit 62620c0

Browse files
committed
v1.0.1
1 parent 1631499 commit 62620c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/About/Content/Build.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Build() {
55
return (
66
<Main>
77
<div className="text-base">Build version</div>
8-
<div className="text-light text-sm">v1.0.0</div>
8+
<div className="text-light text-sm">v1.0.1</div>
99
</Main>
1010
);
1111
}

0 commit comments

Comments
 (0)