Skip to content

Commit bbcc62c

Browse files
committed
Bump versions
1 parent 35b4e04 commit bbcc62c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default-members = [
1414
]
1515

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

0 commit comments

Comments
 (0)