We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ee6ea commit 4a4c76cCopy full SHA for 4a4c76c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reference8",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
src/components/AboutDropDownMenu.js
@@ -38,7 +38,7 @@ export default function AboutDropDownMenu({ items }) {
38
return (
39
<div className="z-50 absolute -left-1 top-10 p-2 w-52 text-[11pt] rounded-lg bg-foreground shadow-2xl">
40
<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>
+ <small className="relative px-3 text-xs text-gray/70">Reference8 v0.3.0 build 3</small>
42
</div>
43
);
44
}
0 commit comments