Skip to content

Commit 0b5b95e

Browse files
committed
Bump version to 0.3.7
1 parent 57e1800 commit 0b5b95e

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default-members = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.3.6"
24+
version = "0.3.7"
2525
authors = ["Noam Lewis"]
2626
edition = "2021"
2727
license = "GPL-2.0"
@@ -31,13 +31,13 @@ documentation = "https://docs.rs/fresh-editor"
3131

3232
[workspace.dependencies]
3333
# Local crates
34-
fresh-core = { version = "0.3.6", path = "crates/fresh-core" }
35-
fresh-gui = { version = "0.3.6", path = "crates/fresh-gui" }
36-
fresh-parser-js = { version = "0.3.6", path = "crates/fresh-parser-js" }
37-
fresh-languages = { version = "0.3.6", path = "crates/fresh-languages" }
38-
fresh-plugin-runtime = { version = "0.3.6", path = "crates/fresh-plugin-runtime" }
39-
fresh-plugin-api-macros = { version = "0.3.6", path = "crates/fresh-plugin-api-macros" }
40-
fresh-winterm = { version = "0.3.6", path = "crates/fresh-winterm" }
34+
fresh-core = { version = "0.3.7", path = "crates/fresh-core" }
35+
fresh-gui = { version = "0.3.7", path = "crates/fresh-gui" }
36+
fresh-parser-js = { version = "0.3.7", path = "crates/fresh-parser-js" }
37+
fresh-languages = { version = "0.3.7", path = "crates/fresh-languages" }
38+
fresh-plugin-runtime = { version = "0.3.7", path = "crates/fresh-plugin-runtime" }
39+
fresh-plugin-api-macros = { version = "0.3.7", path = "crates/fresh-plugin-api-macros" }
40+
fresh-winterm = { version = "0.3.7", path = "crates/fresh-winterm" }
4141

4242
# External crates
4343
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)