ssh-x-term 1.1.3 → 1.1.4

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -308,8 +308,6 @@ The selected connection opens in your current terminal using:
308
308
  - ✅ Supports both password and key-based authentication
309
309
  - ✅ Works outside of tmux
310
310
 
311
- 📖 **[See detailed Quick Connect guide](QUICK_CONNECT.md)** for examples and troubleshooting.
312
-
313
311
  ---
314
312
 
315
313
  ## ⚙️ Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-x-term",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "TUI to handle multiple SSH connections simultaneously",
5
5
  "main": "index.js",
6
6
  "bin": {