From 87b8675cb24bc7c7223f47e4ee4759f781592067 Mon Sep 17 00:00:00 2001 From: MaximePremont Date: Fri, 15 Nov 2024 22:36:43 +0100 Subject: [PATCH] bump(1.2.0) : Updated version --- installer/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/package.json b/installer/package.json index a156788..30025d8 100644 --- a/installer/package.json +++ b/installer/package.json @@ -1,6 +1,6 @@ { "name": "install-nextron-shadcn-boilerplate", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "author": "Maxime Premont ", "license": "MIT", diff --git a/package.json b/package.json index f06e8bf..5901d9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "boilerplate-nextron-shadcn", "description": "Nextron project boilerplate ( Next.Js + Electron ) in TypeScript, with TailwindCSS + Shadcn/ui, with web and desktop build", - "version": "1.1.0", + "version": "1.2.0", "author": "Maxime Premont ", "main": "app/background.js", "license": "MIT",