From 3d40d9d7865e11042f482213063bdfe7733164b7 Mon Sep 17 00:00:00 2001 From: DevboiDesigns <75514458+DevboiDesigns@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:56:33 +0700 Subject: [PATCH 1/2] docs --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5db3ab2..9daf773 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,6 @@ he [options] [key] [value] - `-a, --app [app name]`: The Heroku app name. If not provided, it defaults to the saved app name based on the index. - `-e, --email `: Get the value of an environment variable. - -he -a my-heroku-app -r MY_VAR -``` - ## Notes - Ensure that the environment variables `HEROKU_TOOL_APP_1`, `HEROKU_TOOL_APP_2`, and `HEROKU_TOOL_APP_3` are set in your environment to use the index options effectively. From d6461123a61c913b9a90e047818cd172c8ea9c22 Mon Sep 17 00:00:00 2001 From: DevboiDesigns <75514458+DevboiDesigns@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:56:47 +0700 Subject: [PATCH 2/2] v0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bedc934..dfc821f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "herokutools", - "version": "0.3.0", + "version": "0.3.1", "description": "Heroku CLI wrapper - helpful commands you use often - made easier!", "main": "dist", "scripts": {