Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common.rhai
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Dioxus version. This only needs changed to update all templates.
// You can change this in development to be `path = "abc/"` or `git = "xyz"` for local development.
const DIOXUS_DEP_SRC_VAR = "dioxus_dep_src";
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.2\"");
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.3\"");

// These are variables that are used in liquid
const NEEDS_DEFAULT_PLATFORM_VAR = "needs_default_platform";
Expand Down
Loading