From bc1f50a4a51f700d829bf89712f09b5286606171 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Fri, 25 Apr 2025 22:13:12 +0200 Subject: [PATCH] chore: Update version to 0.1.18 in package.json and package-lock.json --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee9b69b..def2b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lumina", - "version": "0.1.17", + "version": "0.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lumina", - "version": "0.1.17", + "version": "0.1.18", "dependencies": { "@getalby/sdk": "^5.0.0", "@hookform/resolvers": "^3.4.0", diff --git a/package.json b/package.json index a624608..43511b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lumina", - "version": "0.1.17", + "version": "0.1.18", "private": true, "scripts": { "dev": "next dev",