From f556c5c73cf1c58f432286e1712d2c8f1676667f Mon Sep 17 00:00:00 2001 From: drumath2237 <2237k.drumath@gmail.com> Date: Sat, 17 Aug 2024 17:42:52 +0900 Subject: [PATCH] v1.0.0 --- lerna.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index e52b489..0fe7b05 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.2.2", + "version": "1.0.0", "npmClient": "pnpm", "packages": [ "./" diff --git a/package.json b/package.json index 5da8873..c234a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-babylon-app", - "version": "0.2.2", + "version": "1.0.0", "description": "A CLI for scaffolding Babylon.js Web App.", "type": "commonjs", "main": "./bin/cli.mjs",