Skip to content

Commit 4a4c76c

Browse files
Update version to v0.3.0 build 3
1 parent c9ee6ea commit 4a4c76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reference8",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/components/AboutDropDownMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function AboutDropDownMenu({ items }) {
3838
return (
3939
<div className="z-50 absolute -left-1 top-10 p-2 w-52 text-[11pt] rounded-lg bg-foreground shadow-2xl">
4040
<ul className="mb-1 space-y-1">{listItems}</ul>
41-
<small className="relative px-3 text-xs text-gray/70">Reference8 v0.2.0 build 2</small>
41+
<small className="relative px-3 text-xs text-gray/70">Reference8 v0.3.0 build 3</small>
4242
</div>
4343
);
4444
}

0 commit comments

Comments
 (0)