diff --git a/Cargo.lock b/Cargo.lock index 396c187..09defa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "nu_plugin_bash_env" -version = "0.13.0" +version = "0.14.1" dependencies = [ "anyhow", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 1356937..13ba389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_bash_env" -version = "0.13.0" +version = "0.14.1" edition = "2021" license = "MIT" description = "Nu plugin bash-env" diff --git a/README.md b/README.md index 5444d65..fde7716 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The following versions are compatible. | 0.95 | 0.11.0 | | 0.96 | 0.12.1 | | 0.97 | 0.13.0 | -| 0.98 | 0.14.0 | +| 0.98 | 0.14.1 | If you find a new version of Nushell rejects this plugin as incompatible, please report an [issue](https://github.com/tesujimath/nu_plugin_bash_env/issues). diff --git a/flake.nix b/flake.nix index cf23c8f..5f85450 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ nu_plugin_bash_env = pkgs.rustPlatform.buildRustPackage rec { pname = "nu_plugin_bash_env"; - version = "0.13.0"; + version = "0.14.1"; src = pkgs.fetchFromGitHub { owner = "tesujimath";