summaryrefslogtreecommitdiff
path: root/extensions/websocket
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/websocket')
-rw-r--r--extensions/websocket/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml
index 94aafea12..0ed4d6437 100644
--- a/extensions/websocket/Cargo.toml
+++ b/extensions/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.15.0"
+version = "0.15.1"
edition = "2018"
description = "Implementation of WebSocket API for Deno"
authors = ["the Deno authors"]