summaryrefslogtreecommitdiff
path: root/op_crates
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates')
-rw-r--r--op_crates/fetch/Cargo.toml2
-rw-r--r--op_crates/web/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml
index 5e6c725b0..b083dbee6 100644
--- a/op_crates/fetch/Cargo.toml
+++ b/op_crates/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.7.0"
+version = "0.7.1"
edition = "2018"
description = "provides fetch Web API to deno_core"
authors = ["the Deno authors"]
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml
index 51686efbb..40ebba94e 100644
--- a/op_crates/web/Cargo.toml
+++ b/op_crates/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.15.0"
+version = "0.15.1"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]