From bc0a18dce01fefec6187192cb20c9303f7f7dbfa Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Thu, 1 Feb 2024 00:25:56 +0200 Subject: [PATCH] fix!: version number BREAKING CHANGE: see changelog --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7c4c211..b4cca28 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "simple-scaffold", - "version": "1.10.0", - "description": "Generate any file structure - from single components to entire app boilerplates, with a single command.", - "homepage": "https://chenasraf.github.io/simple-scaffold", + "version": "2.0.0-pre.4", + "description": "Generate any file structure - from single components to entire app boilerplates, with a single command.","homepage": "https: //chenasraf.github.io/simple-scaffold", "repository": "https://github.com/chenasraf/simple-scaffold.git", "author": "Chen Asraf ", "license": "MIT",