Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 20, 2023
1 parent 8c0c32a commit 599d803
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default-members = [


[workspace.package]
version = "0.40.0"
version = "0.41.0"
edition = "2021"

description = """\
Expand All @@ -56,41 +56,41 @@ categories = ["encoding", "mathematics", "rendering"]


[workspace.dependencies.fj]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.40.0"
version = "0.41.0"
path = "crates/fj-window"

0 comments on commit 599d803

Please sign in to comment.