chore: bump version to 0.1.11 in package.json and package-lock.json

This commit is contained in:
2025-04-18 23:09:49 +02:00
parent ac7de1e1f4
commit f1e3ed756e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lumina",
"version": "0.1.10",
"version": "0.1.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.10",
"version": "0.1.11",
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "lumina",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "next dev",