diff --git a/Cargo.toml b/Cargo.toml index 36d33f6..43f13a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ name = "nu_plugin_explore" [dependencies] anyhow = "1.0.73" crossterm = "0.27.0" -nuon = "0.99.1" -nu-plugin = "0.99.1" -nu-protocol = "0.99.1" +nuon = "0.100.0" +nu-plugin = "0.100.0" +nu-protocol = "0.100.0" ratatui = "0.26.1" url = "2.4.0" @@ -20,4 +20,4 @@ bench = false [package] edition = "2021" name = "nu_plugin_explore" -version = "0.99.1" +version = "0.100.0" diff --git a/nupm.nuon b/nupm.nuon index b605c70..75d8cf3 100644 --- a/nupm.nuon +++ b/nupm.nuon @@ -1,6 +1,6 @@ { name: nu_plugin_explore, - version: "0.99.1", + version: "0.100.0", description: "A fast structured data explorer for Nushell.", license: LICENSE, type: custom