Skip to content

Commit 7473e0f

Browse files
committed
feat: update versioning
1 parent 4fc4758 commit 7473e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kisahari",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/app/home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import useLocalStorage from "@/hooks/use-local-storage";
1818

1919
const data = {
2020
title: "KISAHARI",
21-
version: "v011",
21+
version: "v020",
2222
footer: {
2323
left_copy: "YOUR PERSONAL JOURNAL",
2424
right_copy: "KISAHARI © 2024",

0 commit comments

Comments
 (0)