diff --git a/Cargo.toml b/Cargo.toml index 96f8f56..12abab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [dependencies] netstat2 = "0.9.1" -nu-plugin = "0.88.1" +nu-plugin = "0.89.0" sysinfo = "0.29.11" [dependencies.nu-protocol] features = ["plugin"] -version = "0.88.1" +version = "0.89.0" [package] authors = ["Motalleb Fallahnezhad "] @@ -17,4 +17,4 @@ license = "MIT" name = "nu_plugin_port_list" readme = "README.md" repository = "https://github.com/FMotalleb/nu_plugin_port_list" -version = "1.2.8" +version = "1.2.9" diff --git a/nupm.nuon b/nupm.nuon index fd9f48a..bac05ea 100644 --- a/nupm.nuon +++ b/nupm.nuon @@ -1 +1,7 @@ -{name: nu_plugin_port_list, version: "1.2.7", description: "A Nushell plugin to display all active network connections.", license: LICENSE, type: custom} +{ + "name": "nu_plugin_port_list", + "version": "1.2.9", + "description": "A nushell plugin to list all active connections", + "license": "LICENSE", + "type": "custom" +} \ No newline at end of file