Version bump

Signed-off-by: Alex Kattathra Johnson <alex.kattathra.johnson@gmail.com>
This commit is contained in:
Alex Kattathra Johnson 2024-12-06 18:36:47 -06:00
parent d5a095a51e
commit 438fcc17af
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

@ -1184,7 +1184,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_ws" name = "nu_plugin_ws"
version = "0.1.2" version = "0.2.2"
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.1.2" version = "0.2.2"
edition = "2021" edition = "2021"
[dependencies] [dependencies]