@@ -21,7 +21,7 @@ default-members = [
2121]
2222
2323[workspace .package ]
24- version = " 0.3.8 "
24+ version = " 0.3.9 "
2525authors = [" Noam Lewis" ]
2626edition = " 2021"
2727license = " 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.8 " , path = " crates/fresh-core" }
35- fresh-gui = { version = " 0.3.8 " , path = " crates/fresh-gui" }
36- fresh-parser-js = { version = " 0.3.8 " , path = " crates/fresh-parser-js" }
37- fresh-languages = { version = " 0.3.8 " , path = " crates/fresh-languages" }
38- fresh-plugin-runtime = { version = " 0.3.8 " , path = " crates/fresh-plugin-runtime" }
39- fresh-plugin-api-macros = { version = " 0.3.8 " , path = " crates/fresh-plugin-api-macros" }
40- fresh-winterm = { version = " 0.3.8 " , path = " crates/fresh-winterm" }
34+ fresh-core = { version = " 0.3.9 " , path = " crates/fresh-core" }
35+ fresh-gui = { version = " 0.3.9 " , path = " crates/fresh-gui" }
36+ fresh-parser-js = { version = " 0.3.9 " , path = " crates/fresh-parser-js" }
37+ fresh-languages = { version = " 0.3.9 " , path = " crates/fresh-languages" }
38+ fresh-plugin-runtime = { version = " 0.3.9 " , path = " crates/fresh-plugin-runtime" }
39+ fresh-plugin-api-macros = { version = " 0.3.9 " , path = " crates/fresh-plugin-api-macros" }
40+ fresh-winterm = { version = " 0.3.9 " , path = " crates/fresh-winterm" }
4141
4242# External crates
4343serde = { version = " 1.0" , features = [" derive" ] }
0 commit comments