From 255b1d1bd160f06bbdb0409061c0c61fa926d91d Mon Sep 17 00:00:00 2001 From: bn-l Date: Thu, 4 Apr 2024 05:25:59 +1100 Subject: [PATCH] chore: release v0.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fe33ef..a9e06b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghex", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghex", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 5562c3e..7b2d99b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghex", "longName": "GithubExtractorCLI", - "version": "0.0.1", + "version": "0.0.2", "description": "Github Extractor cli: List or download a whole repo or specific files and folders very quickly", "summary": "List and download repositories or individual files quickly", "tagline": "Better than clone depth=1",