Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 17, 2022
1 parent 201fa3a commit 63c69e5
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 @@ -39,7 +39,7 @@ default-members = [


[workspace.package]
version = "0.19.0"
version = "0.20.0"
edition = "2021"

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


[workspace.dependencies.fj]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj"

[workspace.dependencies.fj-export]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-export"

[workspace.dependencies.fj-host]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-host"

[workspace.dependencies.fj-interop]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-kernel]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-kernel"

[workspace.dependencies.fj-math]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-math"

[workspace.dependencies.fj-operations]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-operations"

[workspace.dependencies.fj-proc]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-proc"

[workspace.dependencies.fj-viewer]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.19.0"
version = "0.20.0"
path = "crates/fj-window"

0 comments on commit 63c69e5

Please sign in to comment.