Skip to content

Commit be6f4e6

Browse files
committed
Bump version to 0.2.9
1 parent ac27491 commit be6f4e6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.2.8"
14+
version = "0.2.9"
1515
authors = ["Noam Lewis"]
1616
edition = "2021"
1717
license = "GPL-2.0"
@@ -21,12 +21,12 @@ documentation = "https://docs.rs/fresh-editor"
2121

2222
[workspace.dependencies]
2323
# Local crates
24-
fresh-core = { version = "0.2.8", path = "crates/fresh-core" }
25-
fresh-gui = { version = "0.2.8", path = "crates/fresh-gui" }
26-
fresh-parser-js = { version = "0.2.8", path = "crates/fresh-parser-js" }
27-
fresh-languages = { version = "0.2.8", path = "crates/fresh-languages" }
28-
fresh-plugin-runtime = { version = "0.2.8", path = "crates/fresh-plugin-runtime" }
29-
fresh-plugin-api-macros = { version = "0.2.8", path = "crates/fresh-plugin-api-macros" }
24+
fresh-core = { version = "0.2.9", path = "crates/fresh-core" }
25+
fresh-gui = { version = "0.2.9", path = "crates/fresh-gui" }
26+
fresh-parser-js = { version = "0.2.9", path = "crates/fresh-parser-js" }
27+
fresh-languages = { version = "0.2.9", path = "crates/fresh-languages" }
28+
fresh-plugin-runtime = { version = "0.2.9", path = "crates/fresh-plugin-runtime" }
29+
fresh-plugin-api-macros = { version = "0.2.9", path = "crates/fresh-plugin-api-macros" }
3030

3131
# External crates
3232
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)