From 5f358946191cfe90f522ae322d745d28a090f31b Mon Sep 17 00:00:00 2001 From: Alex Kattathra Johnson Date: Fri, 6 Dec 2024 13:10:09 -0600 Subject: [PATCH] Version bump Signed-off-by: Alex Kattathra Johnson --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8047831..4c9af00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "nu_plugin_ws" -version = "0.1.0" +version = "0.1.1" dependencies = [ "nu-plugin", "nu-protocol", diff --git a/Cargo.toml b/Cargo.toml index cfa96fe..ac797f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ readme = "README.md" license = "MIT" name = "nu_plugin_ws" description = "A Nushell plugin for easily streaming output from websocket endpoints" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]