diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-17 21:12:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 03:12:49 +0200 |
commit | 3ae10a01e0c8b9c425276a33b98f661c1473cd59 (patch) | |
tree | 9d55929bc3849d7d2b5b2f126f5d1287d9e37a02 /ext/napi | |
parent | 8f3eb9d0e7bbbfa67058c67c5e5c1484dee1ef9a (diff) |
chore: forward v2.0.2 release commit to main (#26376)
This is the release commit being forwarded back to main for 2.0.2
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/napi')
-rw-r--r-- | ext/napi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 68d281ccc..ef2e41d57 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.103.0" +version = "0.104.0" authors.workspace = true edition.workspace = true license.workspace = true |