Skip to content

Commit

Permalink
build: updated version (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Apr 26, 2022
1 parent 61b0ca8 commit 79cda16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "agent"
readme = "../README.md"
repository = "https://github.com/animo/agent-cli"
version = "0.1.0"
version = "0.2.0"

[dependencies]
async-trait = "0.1.51"
Expand Down
2 changes: 1 addition & 1 deletion automations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "automations"
readme = "../README.md"
repository = "https://github.com/animo/agent-cli"
version = "0.1.0"
version = "0.2.0"

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

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "cli"
readme = "../README.md"
repository = "https://github.com/animo/agent-cli"
version = "0.1.0"
version = "0.2.0"

[[bin]]
name = "agent-cli"
Expand Down
2 changes: 1 addition & 1 deletion cloudagent-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "cloudagent-python"
readme = "README.md"
repository = "https://github.com/animo/agent-cli"
version = "0.1.0"
version = "0.2.0"

[dependencies]
agent = { path = "../agent"}
Expand Down

0 comments on commit 79cda16

Please sign in to comment.