From 438fcc17af0307b05a642704b5eec4a2bae2e0c5 Mon Sep 17 00:00:00 2001 From: Alex Kattathra Johnson Date: Fri, 6 Dec 2024 18:36:47 -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 080a35e..c34454f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "nu_plugin_ws" -version = "0.1.2" +version = "0.2.2" dependencies = [ "nu-plugin", "nu-protocol", diff --git a/Cargo.toml b/Cargo.toml index a5cc7b6..1a22041 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.2" +version = "0.2.2" edition = "2021" [dependencies]