We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc4758 commit 7473e0fCopy full SHA for 7473e0f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kisahari",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
src/app/home.tsx
@@ -18,7 +18,7 @@ import useLocalStorage from "@/hooks/use-local-storage";
18
19
const data = {
20
title: "KISAHARI",
21
- version: "v011",
+ version: "v020",
22
footer: {
23
left_copy: "YOUR PERSONAL JOURNAL",
24
right_copy: "KISAHARI © 2024",
0 commit comments