Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 20, 2023
1 parent a374827 commit bb379a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

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


[workspace.package]
version = "0.46.0"
version = "0.47.0"
edition = "2021"

description = "Early-stage b-rep CAD kernel."
Expand All @@ -45,29 +45,29 @@ categories = ["encoding", "mathematics", "rendering"]


[workspace.dependencies.fj]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj"

[workspace.dependencies.fj-core]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-core"

[workspace.dependencies.fj-export]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-export"

[workspace.dependencies.fj-interop]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-interop"

[workspace.dependencies.fj-math]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-math"

[workspace.dependencies.fj-viewer]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-viewer"

[workspace.dependencies.fj-window]
version = "0.46.0"
version = "0.47.0"
path = "crates/fj-window"

0 comments on commit bb379a1

Please sign in to comment.