summaryrefslogtreecommitdiff
path: root/extensions/web
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-05-29 00:19:26 +0200
committerGitHub <noreply@github.com>2021-05-29 00:19:26 +0200
commitd95056c10b53aa7ead913ae7fddab5ac1312c2c8 (patch)
treec8db955f7fb2b666d1a2d31360f2f7c6f8136803 /extensions/web
parent76e2edc7e1868d7768e259aacbb9a991e1afc462 (diff)
chore: release web extension@0.38.0 (#10773)
Diffstat (limited to 'extensions/web')
-rw-r--r--extensions/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml
index 2e2d96675..e8a6f480e 100644
--- a/extensions/web/Cargo.toml
+++ b/extensions/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.37.0"
+version = "0.38.0"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]