Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 11, 2023
1 parent 0788cfe commit a9da7df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "envhub"
readme = "../../README.md"
repository = "https://github.com/tsirysndr/envhub"
version = "0.2.1"
version = "0.2.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
inherit src;

pname = "envhub";
version = "0.2.1";
version = "0.2.2";
cargoExtraArgs = "--package=envhub";

buildInputs = [
Expand Down

0 comments on commit a9da7df

Please sign in to comment.