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

This commit is contained in:
2025-04-20 16:49:26 +02:00
parent 814cebb221
commit bb830f13b3
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.12",
"version": "0.1.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
"version": "0.1.12",
"version": "0.1.13",
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",

View File

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