From a35f514a54b9cbd22ef1df415fa4a7a4652a6a1f Mon Sep 17 00:00:00 2001 From: "ijsblokjeee[bot]" <108194457+ijsblokjeee[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 12:28:18 +0000 Subject: [PATCH] chore(Release): v2.0.0 --- .github/.readmeconfig.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.readmeconfig.json b/.github/.readmeconfig.json index 87842f3..43fffd0 100644 --- a/.github/.readmeconfig.json +++ b/.github/.readmeconfig.json @@ -1,5 +1,5 @@ { - "project.version": "1.0.4", + "project.version": "2.0.0", "project.information": "@snowcrystals/icicle is a logger package which you can use to print beautiful messages in the console. Apart from serving as a logger is also has a couple customisable settings, to learn more about that [click here](#options)", "project.installation": [ "```", diff --git a/package.json b/package.json index 0a87829..03c9b22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snowcrystals/icicle", - "version": "1.0.4", + "version": "2.0.0", "description": "The bridge between code and terminal to print beautiful messages 🎨", "author": "ijsKoud ", "license": "MIT",