Version bump

Signed-off-by: Alex Kattathra Johnson <alex.kattathra.johnson@gmail.com>
This commit is contained in:
Alex Kattathra Johnson 2025-01-26 13:59:29 -06:00
parent e3129abbce
commit 3f630159c9
No known key found for this signature in database
GPG key ID: 64BCC76905798553
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1218,7 +1218,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_ws" name = "nu_plugin_ws"
version = "0.2.2" version = "0.3.0"
dependencies = [ dependencies = [
"nu-plugin", "nu-plugin",
"nu-protocol", "nu-protocol",

View file

@ -5,7 +5,7 @@ readme = "README.md"
license = "MIT" license = "MIT"
name = "nu_plugin_ws" name = "nu_plugin_ws"
description = "A Nushell plugin for easily streaming output from websocket endpoints" description = "A Nushell plugin for easily streaming output from websocket endpoints"
version = "0.2.2" version = "0.3.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]