Skip to content

Commit 34fff36

Browse files
committed
Update bump-version.py to fix fresh-gui version as well
1 parent 8e19456 commit 34fff36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ documentation = "https://docs.rs/fresh-editor"
2222
[workspace.dependencies]
2323
# Local crates
2424
fresh-core = { version = "0.2.8", path = "crates/fresh-core" }
25-
fresh-gui = { version = "0.2.5", path = "crates/fresh-gui" }
25+
fresh-gui = { version = "0.2.8", path = "crates/fresh-gui" }
2626
fresh-parser-js = { version = "0.2.8", path = "crates/fresh-parser-js" }
2727
fresh-languages = { version = "0.2.8", path = "crates/fresh-languages" }
2828
fresh-plugin-runtime = { version = "0.2.8", path = "crates/fresh-plugin-runtime" }

scripts/bump-version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# Local workspace crates that need version updates in [workspace.dependencies]
2020
LOCAL_CRATES = [
2121
"fresh-core",
22+
"fresh-gui",
2223
"fresh-parser-js",
2324
"fresh-languages",
2425
"fresh-plugin-runtime",

0 commit comments

Comments
 (0)