🔖 Release Version 1.0.4-hf2

This commit is contained in:
MontaGhanmy
2024-10-24 14:43:05 +01:00
parent 03435a3d74
commit d3e29da1e4
4 changed files with 14 additions and 18 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export default {
current: /* @VERSION_DETAIL */ "1.0.4-hf1",
current: /* @VERSION_DETAIL */ "1.0.4-hf2",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.4-hf1",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.4-hf1",
web: /* @MIN_VERSION_WEB */ "1.0.4-hf2",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.4-hf2",
},
};