Skip to content

Commit

Permalink
Bump divviup-api patch version, triggered by @tgeoghegan
Browse files Browse the repository at this point in the history
  • Loading branch information
divviup-github-automation committed Jun 12, 2024
1 parent 1ac7bad commit 05a9ace
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
members = [".", "migration", "client", "test-support", "cli"]

[workspace.package]
version = "0.3.10"
version = "0.3.11"
edition = "2021"
license = "MPL-2.0"
homepage = "https://divviup.org"
repository = "https://github.com/divviup/divviup-api"

[workspace.dependencies]
divviup-client = { path = "./client", version = "0.3.10" }
divviup-cli = { path = "./cli", version = "0.3.10" }
divviup-client = { path = "./client", version = "0.3.11" }
divviup-cli = { path = "./cli", version = "0.3.11" }
divviup-api.path = "."
test-support.path = "./test-support"

Expand Down

0 comments on commit 05a9ace

Please sign in to comment.