From 9dcd73babd4df38cdf56a12a650c0b80ae79d1d9 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Mon, 2 Oct 2023 14:43:31 -0400 Subject: [PATCH] feat: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8e535a..53e7b24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ajhenry/goto", "description": "🪄 A cli tool to magically goto folders and github repos locally", - "version": "0.2.0", + "version": "0.3.0", "author": "Andrew Henry ", "bin": { "goto-cli": "./bin/run"