From 014d178d3f075ea2e5903e3b3b05d4d24868c1dd Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 25 Nov 2024 23:24:21 +0000 Subject: [PATCH] 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 239850b..e68b282 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "deno_package_json" -version = "0.2.0" +version = "0.2.1" dependencies = [ "deno_error", "deno_path_util", diff --git a/Cargo.toml b/Cargo.toml index 0ad1095..b789d3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "deno_package_json" description = "package.json implementation for the Deno CLI" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["the Deno authors"] license = "MIT"