From fcbb15d84089aa08b5741a1377c3e70db8f7a155 Mon Sep 17 00:00:00 2001 From: bcheidemann Date: Thu, 17 Feb 2022 23:52:37 +0000 Subject: [PATCH] docs: update version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246dbf7..09c3740 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A deno package that allows you to run a command, specifying one or more environm ## Installation ```shell -deno install --allow-read --allow-run https://deno.land/x/with_env@v0.0.1/with-env.ts +deno install --allow-read --allow-run https://deno.land/x/with_env@v1.0.0/with-env.ts ``` ## Usage