Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AZWN committed Nov 22, 2024
1 parent 35b4e04 commit bbcc62c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
authors = [
"Aron Zwaan <[email protected]>",
"Jonathan Dönszelmann <[email protected]>"
Expand All @@ -36,6 +36,6 @@ thiserror = "1"
# Scopegraphs is a dev-dependency of scopegraphs-macros, and we deploy scopegraphs macros first.
# By that time, scopegraphs is not yet released at the right version.
scopegraphs = { path = "./scopegraphs", version = "0.3" }
scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.2" }
scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.2" }
scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.2" }
scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.3" }
scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.3" }
scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.3" }

0 comments on commit bbcc62c

Please sign in to comment.