bump patch version

This commit is contained in:
Tim 'Piepmatz' Hesse
2025-06-10 21:42:41 +02:00
parent 126d11fcb7
commit 1fe62ee613
47 changed files with 258 additions and 258 deletions

View File

@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_quer
edition = "2024"
license = "MIT"
name = "nu_plugin_query"
version = "0.105.0"
version = "0.105.1"
[lib]
doctest = false
@ -16,8 +16,8 @@ name = "nu_plugin_query"
bench = false
[dependencies]
nu-plugin = { path = "../nu-plugin", version = "0.105.0" }
nu-protocol = { path = "../nu-protocol", version = "0.105.0" }
nu-plugin = { path = "../nu-plugin", version = "0.105.1" }
nu-protocol = { path = "../nu-protocol", version = "0.105.1" }
gjson = "0.8"
scraper = { default-features = false, version = "0.23" }