Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JettChenT committed May 21, 2023
1 parent b15f92b commit f8bdbbc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.4.5"
version = "0.5.0"
edition="2021"
license = "MIT/Apache-2.0"
homepage = "https://github.com/JettChenT/timeblok"
Expand Down
2 changes: 1 addition & 1 deletion timeblok-compiler/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"
[target.'cfg(not(target_family="wasm"))'.dependencies]
clap = { version = "4.0.32", features = ["derive"] }
edit = "0.1.4"
timeblok = {path="..", package="timeblok", version= "0.4.5" }
timeblok = {path="..", package="timeblok", version= "0.5.0" }
open = "4.0.1"
anyhow = "1.0.70"
directories = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion timeblok-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage.workspace = true
crate-type = ["cdylib", "rlib"]

[dependencies]
timeblok = {path="../timeblok-compiler", package="timeblok", version="0.4.3"}
timeblok = {path="../timeblok-compiler", package="timeblok", version= "0.5.0" }
wasm-bindgen = "0.2.84"
console_error_panic_hook = { version = "0.1.1", optional = true }
wasm-bindgen-test = "0.3.34"
Expand Down
2 changes: 1 addition & 1 deletion timeblok-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "timeblok_py"
crate-type = ["cdylib"]

[dependencies]
timeblok = {path="../timeblok-compiler", package="timeblok", version= "0.4.5" }
timeblok = {path="../timeblok-compiler", package="timeblok", version= "0.5.0" }

[dependencies.pyo3]
version = "0.18.0"
Expand Down

0 comments on commit f8bdbbc

Please sign in to comment.