diff --git a/README.md b/README.md index e41a848..d45ca21 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,6 @@ You can use EnvHub as a [GitHub Action](https://github.com/tsirysndr/setup-envhu ```yaml - uses: tsirysndr/setup-envhub@v1 with: - version: 'v0.2.17' + version: 'v0.2.18' - run: envhub --help ``` diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 78c9f98..111a18f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "envhub" readme = "../../README.md" repository = "https://github.com/tsirysndr/envhub" -version = "0.2.17" +version = "0.2.18" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +17,7 @@ anyhow = "1.0.71" clap = "3.2.20" envhub-ext = {path = "../ext", version = "0.1.1"} envhub-hm = {path = "../hm", version = "0.2.4"} -envhub-pkgs = {path = "../pkgs", version = "0.1.3"} +envhub-pkgs = {path = "../pkgs", version = "0.1.4"} envhub-providers = {path = "../providers", version = "0.2.0"} envhub-stow = {path = "../stow", version = "0.1.0"} envhub-types = {path = "../types", version = "0.2.2"} diff --git a/crates/pkgs/Cargo.toml b/crates/pkgs/Cargo.toml index babba34..fdac858 100644 --- a/crates/pkgs/Cargo.toml +++ b/crates/pkgs/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["nix", "shell", "environment", "dotfiles"] license = "MIT" name = "envhub-pkgs" repository = "https://github.com/tsirysndr/envhub" -version = "0.1.3" +version = "0.1.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index 1e7e204..e079ad4 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inherit src; pname = "envhub"; - version = "0.2.13"; + version = "0.2.18"; cargoExtraArgs = "--package=envhub"; buildInputs = [