brew-tui 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4605,7 +4605,7 @@ function AccountView() {
|
|
|
4605
4605
|
/* @__PURE__ */ jsx30(Box28, { marginTop: 1, children: /* @__PURE__ */ jsxs29(Text29, { color: COLORS.textSecondary, children: [
|
|
4606
4606
|
status === "pro" ? `d ${t("hint_deactivate")}` : "",
|
|
4607
4607
|
" ",
|
|
4608
|
-
t("app_version", { version: "0.5.
|
|
4608
|
+
t("app_version", { version: "0.5.3" })
|
|
4609
4609
|
] }) })
|
|
4610
4610
|
] });
|
|
4611
4611
|
}
|