Skip to content

Commit 067fd61

Browse files
authored
Merge pull request #76 from Andrew15-5:0.7-alpha.3
Update v0.7 template to v0.7.0-alpha.3
2 parents c554af1 + df1a0be commit 067fd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.rhai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Dioxus version. This only needs changed to update all templates.
22
// You can change this in development to be `path = "abc/"` or `git = "xyz"` for local development.
33
const DIOXUS_DEP_SRC_VAR = "dioxus_dep_src";
4-
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.2\"");
4+
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.3\"");
55

66
// These are variables that are used in liquid
77
const NEEDS_DEFAULT_PLATFORM_VAR = "needs_default_platform";

0 commit comments

Comments
 (0)