@frumu/tandem-tui 0.4.15 → 0.4.17

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,5 +70,5 @@ On first run, the setup wizard walks you through selecting a provider, entering
70
70
 
71
71
  ## Documentation
72
72
 
73
- - TUI guide and reference: https://tandem.frumu.ai/docs
73
+ - TUI guide and reference: https://tandem.ac/docs
74
74
  - GitHub releases: https://github.com/frumu-ai/tandem/releases
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@frumu/tandem-tui",
3
- "version": "0.4.15",
3
+ "version": "0.4.17",
4
4
  "description": "Tandem TUI binary distribution",
5
- "homepage": "https://tandem.frumu.ai",
5
+ "homepage": "https://tandem.ac",
6
6
  "bin": {
7
7
  "tandem-tui": "bin/tandem-tui.js"
8
8
  },