From 5a73ddfa187bf52f67b1c6c1a30c25c9a087398e Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:11:29 -0400 Subject: [PATCH] Bump stdlib-candidate nupm version (#904) Forgot to bump the Nupm version, but then again everyone else did as well ;-) Updated it to 0.3.0 (skipped 0.2.0) since it looks like there have been two commands that have been either added or drastically changed since 0.1.0. --- stdlib-candidate/nupm.nuon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib-candidate/nupm.nuon b/stdlib-candidate/nupm.nuon index 1f0c6b6..12c19a6 100644 --- a/stdlib-candidate/nupm.nuon +++ b/stdlib-candidate/nupm.nuon @@ -3,6 +3,6 @@ description: "Official candidates for Nushell standard library" documentation: "https://github.com/nushell/nu_scripts/blob/main/stdlib-candidate/std-rfc/README.md" license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE" - version: 0.1.0 + version: 0.3.0 type: "module" }