From 61822985728c0acfdf42a954c6a49ca1339609f8 Mon Sep 17 00:00:00 2001 From: Alex Kattathra Johnson Date: Fri, 6 Dec 2024 17:07:55 -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 4c9af00..4db758a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "nu_plugin_ws" -version = "0.1.1" +version = "0.1.2" dependencies = [ "nu-plugin", "nu-protocol", diff --git a/Cargo.toml b/Cargo.toml index ac797f9..2f5bc87 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.1" +version = "0.1.2" edition = "2021" [dependencies]