From 6d0ae3191fbaaf768038e5880a5f31732e04aa31 Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Mon, 10 Jun 2024 18:03:14 +0300 Subject: [PATCH] v0.0.7-alpha.0 --- client/package.json | 2 +- lerna.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 88ceff1..ec68df7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.6-alpha.0", + "version": "0.0.7-alpha.0", "main": "dist/index.js", "type": "module", "files": [ diff --git a/lerna.json b/lerna.json index 1f188c4..4715276 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.6-alpha.0", + "version": "0.0.7-alpha.0", "npmClient": "pnpm" }