Skip to content

Commit daeddba

Browse files
committed
bump version to 0.1.1
update project version
1 parent 03790e6 commit daeddba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
5-
"name": "kvba-site",
5+
"name": "meowabyte.github.io",
66
"dependencies": {
77
"lucide-react": "^0.487.0",
88
"next": "15.2.4",
99
"react": "19.1.0",
1010
"react-dom": "19.1.0",
11-
"three": "^0.175.0",
11+
"three": "^0.175.0"
1212
},
1313
"devDependencies": {
1414
"@tailwindcss/postcss": "^4.1.3",
@@ -22,9 +22,9 @@
2222
"postcss": "^8.5.3",
2323
"serve": "^14.2.4",
2424
"tailwindcss": "^4.1.3",
25-
"typescript": "^5.8.3",
26-
},
27-
},
25+
"typescript": "^5.8.3"
26+
}
27+
}
2828
},
2929
"packages": {
3030
"@alloc/quick-lru": ["@alloc/[email protected]", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="],
@@ -451,6 +451,6 @@
451451

452452
"ansi-align/string-width/strip-ansi": ["[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
453453

454-
"ansi-align/string-width/strip-ansi/ansi-regex": ["[email protected]", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
454+
"ansi-align/string-width/strip-ansi/ansi-regex": ["[email protected]", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="]
455455
}
456456
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "kvba-site",
3-
"version": "0.1.0",
2+
"name": "meowabyte.github.io",
3+
"version": "0.1.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)