Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Jun 6, 2023
1 parent 3956ba8 commit 82c2227
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions autoruby-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2021"
license = "GPL-3.0-only"
name = "autoruby-cli"
repository = "https://github.com/encody/autoruby"
version = "0.3.2"
version = "0.4.0"

[dependencies]
autoruby = {path = "../autoruby", version = "0.3.2"}
autoruby = {path = "../autoruby", version = "0.4.0"}
clap = {version = "4", features = ["derive"]}
envy = "0.4"
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion autoruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0-only"
name = "autoruby"
repository = "https://github.com/encody/autoruby"
version = "0.3.2"
version = "0.4.0"

[features]
default = ["integrated"]
Expand Down

0 comments on commit 82c2227

Please sign in to comment.