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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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.2" })
4608
+ t("app_version", { version: "0.5.3" })
4609
4609
  ] }) })
4610
4610
  ] });
4611
4611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brew-tui",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Brew-TUI — Visual TUI for Homebrew package management",
5
5
  "type": "module",
6
6
  "bin": {